EPNTXTOPTIONS

typedef struct tag_EPNTXTOPTIONS
{
   L_UINT uStructSize; 
   EEPNTXTSUBTYPE nTxtSubType; 
   BOOL bAddPageNumber; 
   BOOL bAddPageBreak; 
} EPNTXTOPTIONS, L_FAR * pEPNTXTOPTIONS;

The EPNTXTOPTIONS structure provides information about TXT files properties.

Member

Description

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() macro to calculate this value.

nTxtSubType

Value that determines the text subtype. For all possible values, please refer to the EEPNTXTSUBTYPE enumeration.

bAddPageNumber

Flag that indicates whether the generated TXT file will use pages numbering. Possible values are:

 

Value

Meaning

 

TRUE

Use pages numbering.

 

FALSE

Do not use pages numbering.

bAddPageBreak

Flag that indicates whether the generated TXT file will separate pages using pages breaks. Possible values are:

 

Value

Meaning

 

TRUE

Use pages breaks.

 

FALSE

Do not use pages breaks.

Comments

This structure is used within EPNDOCUMENTOPTIONS structure