Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS OCR C DLL Help

RTF2000SWORDSETTINGS

Show in webframe

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

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

Member

Description

uStructSize

Structure size. It should be equal 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.

This structure is used with the following functions:

L_Doc2GetOutputFormatSettings

L_Doc2SetOutputFormatSettings

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.