CounterNumEnd property (IEpnAlphaNumTagData)

Visual Basic example

Visual C++ example

 

Syntax

long CounterNumEnd;

Overview

Refer to Setting and Getting ePrint Printer Specifications

Remarks

Gets or sets the end character to be used in the counter.

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

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

Reversing the digits order (the values of CounterNumStart and CounterNumEnd properties) where the end digit is prior to the start digit has no effect on the resultant alphanumerical sequence.

The following methods update the value of this property:

GetDefaultNamingOptions method

GetDefaultRenamingOptions method

GetPrinterSaveOptions method

GetPrinterConflictSolving method

To update the alphanumerical sequence options:

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

Or

image\sqrblit.gif Set this property and the other IEpnAlphaNumTagData properties accessed by the AlphaNum property (IEpnNamingOptions) and call the SetPrinterSaveOptions method.

See Also

Elements:

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

Topics:

ePrint: Alphanumerical Sequence Options