Num property (IEpnNamingOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnNumTagData *Num;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Read only) Gets the numbering mechanism options that will be used when the <NUM> 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 IEpnNumTagData object contains the following properties:

CounterInitialValue property

CounterStep property

DigitsCount property

MaskPaddingDigits property

UseMask property

The above properties are updated by calling the GetDefaultNamingOptions or GetPrinterSaveOptions method.

The Num 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, Alpha property, AlphaNum property, CounterInitialValue property, CounterStep property, DigitsCount property, MaskPaddingDigits property, UseMask property, GetPrinterSaveOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Naming Options