TEXTCOMMONSETTINGS

typedef struct _tagTextCommonSettings 
{ 
   L_UINT32 uStructSize; 
   L_BOOL bAppend; 
   L_CHAR * pszAppendFrom; 
   DOC2_HEADERFOOTERSETTING HFSetng; 
} TEXTCOMMONSETTINGS, * pTEXTCOMMONSETTINGS; 

The TEXTCOMMONSETTINGS structure provides information about common settings for the following DOC2_FORMATTYPE output formats:

Members

uStructSize

Structure size. Set it to size of(TEXTCOMMONSETTINGS).

bAppend

Enables or disables whether text will be appended. Possible values are:

Value Meaning
TRUE Append text.
FALSE Do not append text.

pszAppendFrom

Character string that contains append the output to this file

The toolkit allocates memory internally for this member using the Windows GlobalAllocPtr macro. When the structure is no longer needed, be sure to use the Windows GlobalFreePtr macro to free the memory allocated by the toolkit if it contains a valid pointer (not NULL).

HFSetng

Specifies the header and footer settings for the document. For a list of possible values, refer to DOC2_HEADERFOOTERSETTING.

Comments

pTEXTCOMMONSETTINGS is a pointer to a TEXTCOMMONSETTINGS structure. If the function parameter type is pTEXTCOMMONSETTINGS, declare a TEXTCOMMONSETTINGS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pTEXTCOMMONSETTINGS variable is necessary only if the program requires a pointer.

The structure is used by:

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - OmniPage Engine C API Help