GetDefaultNamingOptions method (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

Short GetDefaultNamingOptions(IEpnNamingOptions **pNamingOptions);

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

Gets the default file naming options.

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

Calling this method will update the values of the following properties of the IEpnNamingOptions object:

Alpha property

AlphaNum property

DateType property

Num property

SourceCase property

TagOptions property

TimeType property

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

See Also

Elements:

GetDefaultRenamingOptions method, Alpha property, AlphaNum property, DateType property, Num property, SourceCase property, TagOptions property, TimeType property

Topics:

ePrint: Naming Options