WORD97SETTINGS

typedef struct _tagWord97Settings 
{ 
   L_UINT32 uStructSize; 
   L_BOOL bCrossrefs; 
} WORD97SETTINGS, * pWORD97SETTINGS; 

The WORD97SETTINGS structure provides information about settings for the DOC2_WORD_97 output format.

Member Description
uStructSize Structure size. It should be equal to sizeof(WORD97SETTINGS).
bCrossrefs Specifies whether to retain cross-references.
  Value Meaning
  TRUE Retain cross-references.
  FALSE Do not retain cross-references.

Comments

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

This structure is used with the following functions:

L_Doc2GetOutputFormatSettings

L_Doc2SetOutputFormatSettings

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Professional OCR C API Help