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

WORD2007SETTINGS

Show in webframe

typedef struct _tagWord2007Settings
{
   L_UINT32 uStructSize;
   L_BOOL bCrossrefs;
} WORD2007SETTINGS, * pWORD2007SETTINGS;

The WORD2007SETTINGS structure provides information about settings for the DOC2_WORD_2007 output format.

Member

Description

uStructSize

Structure size. It should be equal to sizeof(WORD2007SETTINGS).

bCrossrefs

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

 

Value

Meaning

 

TRUE

Retains cross-references.

 

FALSE

Does not retain cross-references.

Comments

pWORD2007SETTINGS is a pointer to a WORD2007SETTINGS structure. If the function parameter type is pWORD2007SETTINGS, declare a WORD2007SETTINGS variable, update the structure's fields, and then pass the variable's address in the parameter.

Declaring a pWORD2007SETTINGS 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.