Num property (IEpnRenamingOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnNumTagData *Num;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets the numerical digits that will be used when the value of TagOptions property is <NUM> string.

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

This property is used to configure the renaming files mechanism when the files are saved.

This IEpnNumTagData object contains the following properties:

CounterInitialValue property

CounterStep property

DigitsCount property

MaskPaddingDigits property

UseMask property

The above properties are updated by calling the GetPrinterConflictSolving or GetDefaultRenamingOptions methods.

The Num property itself is read only. However, the properties accessed by this property can be set with new values by calling call the SetPrinterConflictSolving method.

See Also

Elements:

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

Topics:

ePrint: Renaming Options