WORDPERFECT10SETTINGS

typedef struct _tagWordPerfect10Settings 
{ 
   L_UINT32 uStructSize; 
   L_BOOL bCrossrefs; 
   L_BOOL bFieldCodes; 
   L_BOOL bRuleLines; 
} WORDPERFECT10SETTINGS, * pWORDPERFECT10SETTINGS; 

The WORDPERFECT10SETTINGS structure provides information about settings for the DOC2_WORDPERFECT_10 member of the DOC2_FORMATTYPE output format.

Members

uStructSize

Structure size. Set it to sizeof(WORDPERFECT10SETTINGS).

bCrossrefs

Specifies whether to retain cross-references. Possible values are:

Value Meaning
TRUE Retain cross-references.
FALSE Do not retain cross-references.

bFieldCodes

Specifies whether to retain field codes. Possible values are:

Value Meaning
TRUE Retain field codes.
FALSE Do not retain field codes.

bRuleLines

Specifies whether to insert line breaks. Possible values are:

Value Meaning
TRUE Insert line breaks.
FALSE Do not insert line breaks.

Comments

pWORDPERFECT10SETTINGS is a pointer to a WORDPERFECT10SETTINGS structure. If the function parameter type is pWORDPERFECT10SETTINGS, declare a WORDPERFECT10SETTINGS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pWORDPERFECT10SETTINGS 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