Suffix property (IEpnRenamingOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL Suffix;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Determines the location of the text to be added to the original file name. Possible values are:

Value

Meaning

VARIANT_TRUE

The text will be added at the end of the original file name.

VARIANT_FALSE

The text will be added at the beginning of the original file name. 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 renaming files mechanism when the files are saved.

The following methods update the value of this property:

GetDefaultRenamingOptions method

GetPrinterConflictSolving method

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

See Also

Elements:

TagOptions property, Num property, Alpha property, AlphaNum property, GetPrinterConflictSolving method, SetPrinterConflictSolving method, GetDefaultRenamingOptions method

Topics:

ePrint: Renaming Options