RTF2000SWORDSETTINGS

typedef struct _tagRtf2000SWordSettings 
{ 
   L_UINT32 uStructSize; 
   L_BOOL bCrossrefs; 
} RTF2000SWORDSETTINGS, * pRTF2000SWORDSETTINGS, 

The RTF2000SWORDSETTINGS structure provides information about settings for the DOC2_RTF_WORD_2000 DOC2_FORMATTYPE output format.

Members

uStructSize

Structure size. Set it to sizeof(RTF2000SWORDSETTINGS).

bCrossrefs

Specifies whether to retain cross-references.

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

Comments

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