UseMask property (IEpnNumTagData)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL UseMask;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether to use the DigitsCount and MaskPaddingDigits properties. Possible values are:

Value

Meaning

VARIANT_TRUE

Use the DigitsCount and MaskPaddingDigits properties.

VARIANT_FALSE

Don’t Use the DigitsCount and MaskPaddingDigits properties. This is the default value.

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

This property is used to control the numbering mechanism 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 numbering mechanism options:

image\sqrblit.gif Set this property and the other IEpnNumTagData properties accessed by the Num property and call the SetPrinterConflictSolving method

Or

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

See Also

Elements:

DigitsCount property, MaskPaddingDigits property, CounterStep property, CounterInitialValue property, GetPrinterConflictSolving method, SetPrinterConflictSolving method, GetDefaultNamingOptions method, GetDefaultRenamingOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Numbering Mechanism Options