AlphaNum property (IEpnRenamingOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnAlphaNumTagData *AlphaNum;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets the alphanumerical sequence options that will be used when the value of TagOptions property is <ALPHANUM> 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 IEpnAlphaNumTagData object contains the following properties:

CharactersCount property

CounterAlphaEnd property

CounterAlphaStart property

CounterInitialValue property

CounterNumEnd property

CounterNumStart property

CounterStep property

MaskPaddingChars property

UpperCase property

UseMask property

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

The AlphaNum 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, Num property, Alpha property, Suffix property, GetPrinterConflictSolving method, SetPrinterConflictSolving method, GetDefaultRenamingOptions method

Topics:

ePrint: Renaming Options