TXTOptions property (IEpnDocumentOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnTxtOptions * TXTOptions;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Rea only) Gets the information about TXT files properties. Use this property only if the value of the Format property of the IEpnSaveOptions object is set to FILE_EPN_TXT.

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

This IEpnTxtOptions object contains the following properties:

AddPageBreak property

AddPageNumber property

TxtSubType property

The above properties are updated by calling the GetPrinterSaveOptions method.

The TXTOptions property itself is read only. However, the properties accessed by this property can be set with new values. To set these values, call the SetPrinterSaveOptions method.

See Also

Elements:

PDFOptions property, HTMOptions property, RTFOptions property, DOCOptions property, WithoutShapes property, MultiPageFile property, AddPageBreak property, AddPageNumber property, TxtSubType property, SetPrinterSaveOptions method, GetPrinterSaveOptions method, DocumentOptions property

Topics:

ePrint: Getting and Setting Saving Options