DTWAIN_SetPDFTextElementString
|
DTWAIN_SetPDFTextElementString DTWAIN_SetPDFTextElementStringA DTWAIN_SetPDFTextElementStringW |
|
The DTWAIN_SetPDFTextElementString sets one of the string characteristics within a DTWAIN_PDFTEXTELEMENT.
DTWAIN_BOOL DTWAIN_SetPDFTextElementString (
Parameters TextElement The DTWAIN_PDFTEXTELEMENT to set.
strArg Value that will be used to set the DTWAIN_PDFTEXTELEMENT
Item The item within the DTWAIN_PDFTEXTELEMENT to set Return Values TRUE if successful, FALSE otherwise. If the function returns FALSE, call DTWAIN_GetLastError() to get extended information.
Character specific version
Comments The DTWAIN_SetPDFTextElementString sets the various string characteristics of TextElement. The Item denotes which values within TextElement to set. The value of Item must be one of the following:
For DTWAIN_PDFTEXTELEMENT_FONTNAME, the available font names can be found in the DTWAIN_AddPDFText topic.
|