NamingOptions property (IEpnPrinterSaveOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnNamingOptions *NamingOptions;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets the file naming options that are used when saving the file by an ePrint printer.

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

This IEpnNamingOptions object contains the following properties:

Alpha property

AlphaNum property

DateType property

Num property

SourceCase property

TagOptions property

TimeType property

The above properties are updated by calling the GetPrinterSaveOptions method

The NamingOptions 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.

Note that the Alpha, AlphaNum, and Num properties are read-only interface properties that contain multiple sub-properties. Calling the GetPrinterSaveOptions or SetPrinterSaveOptions method updates or sets each individual sub-property associated with the three interface properties.

See Also

Elements:

Flags property, SaveOptions property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, Alpha property, AlphaNum property, DateType property, Num property, SourceCase property, TagOptions property, TimeType property

Topics:

ePrint: Getting and Setting Saving Options