AddPageBreak property (IEpnTxtOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL AddPageBreak;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether the generated TXT file will separate pages using pages breaks. Possible values are:

Value

Meaning

VARIANT_TRUE

Use pages breaks.

VARIANT_FALSE

Do not use pages breaks. 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, AddPageNumber property, AddPageBreak property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, TXTOptions property

Topics:

ePrint: Getting and Setting Text Files Options