Alpha property (IEpnRenamingOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnAlphaTagData *Alpha;

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

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

CharactersCount property

CounterAlphaEnd property

CounterAlphaStart property

CounterInitialValue property

CounterStep property

MaskPaddingChars property

UpperCase property

UseMask property

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

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

Topics:

ePrint: Renaming Options