Please enable JavaScript to view this site.

TIFF Image Printer

Description

Allows you to individually set any properties, or options, on the IPNSession object instead of using other set options methods like SetSaveOptions that group the settings into a single call. The SetProperty method can also be used to clear a property by passing an empty argument as the property value.

tipbulb

Note:

The section and properties names are case sensitive and they and the values for each property are the same as the configuration file settings explained in the "Printer Script File Settings" topic. Not all properties are available to all printers, and some properties are specific to certain printers.

 

The properties are organized into sections and then by name within that section. See the individual set property methods for a list of section and property names to use for each argument in the method.

 

Syntax

expression.SetProperty(SectionName,PropertyName,varValue)

where expression is an IPNSession object.

Parameters

String SectionName

The section name for the property you are settings.

String PropertyName

The property name.

Variant varValue

The value of the property you are setting.

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

See Also: GetProperty