GetDefaultRenamingOptions method (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

Short GetDefaultRenamingOptions(IEpnRenamingOptions ** pRenamingOptions);

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

Gets the default file renaming 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 IEpnRenamingOptions object:

Alpha property

AlphaNum property

Num property

Suffix property

TagOptions property

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

See Also

Elements:

UnlockSupport method, GetDefaultNamingOptions method

Topics:

ePrint: Renaming Options