TagOptions property (IEpnNamingOptions)

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

<DATE>

The target file name will contain the date when the naming template is applied, where the date format is dependent on the value of DateType property.

<TIME>

The target file name will contain the time when the naming template is applied, where the time format is dependent on the value of TimeType property.

<SRC>

The target file name will contain the source file name, where the character’s upper and lower cases are dependent on the value of SourceCase property.

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

This property is used to configure the naming files options, which are used when multi-page print jobs will be saved separately (i.e. each page in a separate file).

This property is updated with the currently used value by calling the GetDefaultNamingOptions or GetPrinterSaveOptions method.

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

See Also

Elements:

GetDefaultNamingOptions method, DateType property, TimeType property, SourceCase property, Num property, Alpha property, AlphaNum property, GetPrinterSaveOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Naming Options