TxtSubType property (IEpnTxtOptions)

Visual Basic example

Visual C++ example

 

Syntax

TXTSubTypeConstants TxtSubType;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets the text subtypes. Possible values are:

Value

Meaning

ASCII_TXT

Text subtype is ANSI. This is the default value.

LITTLE_ENDIAN_TXT

Text subtype is Unicode (Little Endian).

BIG_ENDIAN_TXT

Text subtype is Unicode (Big Endian).

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:

AddPageNumber property, AddPageBreak property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, TXTOptions property

Topics:

ePrint: Getting and Setting Text Files Options