SourceCase property (IEpnNamingOptions)

Visual Basic example

Visual C++ example

 

Syntax

SrcCaseConstants SourceCase;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets the letters cases to be used in generating file names. This property will be used to determine the characters case if the <SRC> string is used in TagOptions property. Possible values are:

Value

Meaning

SRC_CASE_KEEP

The generated file name will use the source file name as it is. This is the default value.

SRC_CASE_UPPER

The generated file name will use upper case letters of the source file name.

SRC_CASE_LOWER

The generated file name will use lower case letters of the source file name.

SRC_CASE_TOGGLE

The generated file name will use inverted case of the source file name. The upper case letters will become lower case letters, and visa a versa.

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, DateType property, TimeType property, Num property, Alpha property, AlphaNum property, GetPrinterSaveOptions method, SetPrinterSaveOptions method

Topics:

ePrint: Naming Options