Please enable JavaScript to view this site.

TIFF Image Printer

Description

User variables can be used to build filenames when used as macros $(Var0), $(Var1), ...$(Var9) in the file naming profile format.

User variables can also be set using the SetProperty call with the appropriate arguments. See the Remarks below for a list of arguments.

To remove any custom user variable set, call this method with an empty string. This will clear the setting for that user variable.

Syntax

expression.SetUserVariable(UserVariable)

where expression is an IPNSession object.

Parameters

pnUserVariable UserVariable

The user variable to set. There are ten in total available to use.

String CustomValue

The string representing the custom information.

Remarks

Use the following to set these options using SetProperty:

Method Parameter

SetProperty Parameters

UserVariable

SectionName:

User variables

PropertyName:

Var0, Var1, ... Var9

varValue:

VT_BSTR, as above

Supported Printers: TIFF Image Printer, PDF Image Printer, Raster Image Printer

See Also: INPSession Events SetProperty