TagOptions property (IEpnRenamingOptions)

Visual Basic example

Visual C++ example

 

Syntax

BSTR TagOptions;

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

Gets or sets a character string that contains the type of tag to be used for renaming files mechanism when the files are saved. You can use any of the following predefined strings:

Value

Meaning

<NUM>

The target file name will contain a numeric counter, where the counter size and behavior are dependent on the Num property.

<ALPHA>

The target file name will contain an alphabetical counter, where the counter size and behavior are dependent on the Alpha property.

<ALPHANUM>

The target file name will contain a counter of mixed alphabetical and numeric symbols, where the counter size and behavior are dependent on the AlphaNum property.

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

The following methods update the value of this property:

GetDefaultRenamingOptions method

GetPrinterConflictSolving method

To set a new value for this property, assign the value to it and call the SetPrinterConflictSolving method.

See Also 

Elements:

Num property, Alpha property, AlphaNum property, Suffix property, GetPrinterConflictSolving method, SetPrinterConflictSolving method, GetDefaultRenamingOptions method

Topics:

ePrint: Renaming Options