DateType property (IEpnNamingOptions)

Visual Basic example

Visual C++ example

 

Syntax

DateTypeConstants DateType;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets the date format. This property will be used to determine the date format if the <DATE> string is used in TagOptions property. Possible values are:

Value

Meaning

DATE_TYPE_LONG

Days and months will use full names.

DATE_TYPE_SHORT

Days and months names will be used as abbreviations. 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 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 property is updated with the currently used value by calling the GetDefaultNamingOptions or GetPrinterSaveOptions method.

To set a value for this property, assign the value to it and call the SetPrinterSaveOptions method.

See Also

Elements:

GetDefaultNamingOptions method, TagOptions property, TimeType property, SourceCase property, Num property, Alpha property, AlphaNum property, GetPrinterSaveOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Naming Options