DTWAIN_CreatePDFTextElement
|
The DTWAIN_CreatePDFTextElement creates a DTWAIN_PDFTEXTELEMENT that can be used for DTWAIN_AddPDFTextElement..
DTWAIN_PDFTEXTELEMENT DTWAIN_CreatePDFTextElement ( );
Return Values: If the function succeeds, a new DTWAIN_PDFTEXTELEMENT is returned, otherwise NULL (0) is returned.
Comments: The DTWAIN_CreatePDFTextElement function creates a new DTWAIN_PDFTEXTELEMENT that can be used in calls to DTWAIN_SetPDFTextElementString, DTWAIN_SetPDFTextElementFloat, DTWAIN_SetPDFTextElementLong, and DTWAIN_AddPDFTextElement. To destroy a DTWAIN_PDFTEXTELEMENT, the DTWAIN_DestroyPDFTextElement is used. The DTWAIN_PDFTEXTELEMENT can subsequentally have its values changed using DTWAIN_SetPDFTextElementLong, DTWAIN_SetPDFTextElementFloat, or DTWAIN_SetPDFTextElementString, depending on which value in the DTWAIN_PDFTEXTLEMENT that will be changed. By default, the DTWAIN_PDFTEXTELEMENT will have the following characteristics:
|