AddPageNumber property (IEpnTxtOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL AddPageNumber;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether the generated TXT file will use pages numbering. Possible values are:

Value

Meaning

VARIANT_TRUE

Use pages numbering.

VARIANT_FALSE

Do not use pages numbering. This is the default value.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

This property is used to control the TXT files properties when saving.

To update the value of this property with the currently used setting, call the GetPrinterSaveOptions method

To update the TXT files properties, set this property and the other IEpnTxtOptions properties accessed by the TXTOptions property and call the SetPrinterSaveOptions method.

See Also

Elements:

TxtSubType property, AddPageBreak property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, TXTOptions property

Topics:

ePrint: Getting and Setting Text Files Options