AlphaNum property (IEpnNamingOptions)

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 <ALPHANUM> string is used in TagOptions property.

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

This property is used to configure the naming files options, which are used when multi-page print jobs will be saved separately (i.e. each page in a separate file).

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 GetDefaultNamingOptions or GetPrinterSaveOptions method.

The AlphaNum property itself is read only. However, the properties accessed by this property can be set with new values. To set these values, call the SetPrinterSaveOptions method.

See Also

Elements:

GetDefaultNamingOptions method, TagOptions property, DateType property, TimeType property, SourceCase property, Num property, Alpha property, CharactersCount property, GetPrinterSaveOptions method, CounterAlphaEnd property, CounterAlphaStart property, CounterInitialValue property, CounterNumEnd property, CounterNumStart property, CounterStep property, MaskPaddingChars property, UpperCase property, UseMask property, SetPrinterSaveOptions method

Topics:

ePrint: Naming Options