Alpha property (IEpnNamingOptions)

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

The Alpha 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, AlphaNum property, CharactersCount property, CounterAlphaEnd property, CounterAlphaStart property, CounterInitialValue property, CounterStep property, MaskPaddingChars property, UpperCase property, UseMask property, GetPrinterSaveOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Naming Options