CounterAlphaStart property (IEpnAlphaTagData)

Visual Basic example

Visual C++ example

 

Syntax

long CounterAlphaStart;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets the ASCII code of the start character to be used in the counter.

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

Notice that reversing the character order (the value of CounterAlphaStart and CounterAlphaEnd properties) where the end character is prior to the start character has no effect on the resultant alphabetical sequence.

This property is used to control the alphabetical sequence that is used in renaming or naming files when they are saved.

The following methods update the value of this property:

GetDefaultNamingOptions method

GetDefaultRenamingOptions method

GetPrinterSaveOptions method

GetPrinterConflictSolving method

To update the alphabetical sequence options:

image\sqrblit.gif Set this property and the other IEpnAlphaTagData properties accessed by the Alpha property (IEpnRenamingOptions) and call the SetPrinterConflictSolving method.

Or

image\sqrblit.gif Set this property and the other IEpnAlphaTagData properties accessed by the Alpha property and call the SetPrinterSaveOptions method.

See Also

Elements:

UseMask property, CharactersCount property, MaskPaddingChars property, UpperCase property, CounterAlphaEnd property, CounterInitialValue property, CounterStep property, GetPrinterConflictSolving method, SetPrinterConflictSolving method, GetDefaultNamingOptions method, GetDefaultRenamingOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Alphabetical Sequence Options