DTWAIN_SetPDFTextElementFloatString

DTWAIN_SetPDFTextElementFloatStringA

DTWAIN_SetPDFTextElementFloatStringW

Top  Previous  Next

The DTWAIN_SetPDFTextElementFloat sets one of the floating point characteristics within a DTWAIN_PDFTEXTELEMENT.

 

DTWAIN_BOOL DTWAIN_SetPDFTextElementFloatString (

DTWAIN_PDFTEXTELEMENT

TextElement,

LPCTSTR

arg1,

LPCTSTR

arg2,

LONG

Item );

 

Parameters

TextElement

The DTWAIN_PDFTEXTELEMENT to set.

 

arg1, arg2

Value(s) 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 versions

ANSI version:

DTWAIN_SetPDFTextElementFloatStringA

Unicode version:

DTWAIN_SetPDFTextElementFloatStringW


Comments

The DTWAIN_SetPDFTextElementFloatString sets the various floating point characteristics of TextElement.


The DTWAIN_SetPDFTextElementFloatString works the same as DTWAIN_SetPDFTextElementFloat

with the difference being that the floating point arguments are strings that represent the floating point values.


This function can be used by computer languages that do not handle 64-bit IEEE parameters correctly.