Please enable JavaScript to view this site.

TIFF Image Printer

Description

Allows you to retrieve any conversion settings that you have set on the IPNSession object using the SetSessionPrinter, SetPrinterProfile, SetProperty method or any of the other set options methods like SetSaveOptions that group the settings into a single call.

The conversion settings are organized into sections and then by name within that section. The section and properties names are case sensitive. The section and property names, and values for each property are the same as the configuration file settings explained in the Printer Script File Settings section.

Not all properties are available to all printers, and some properties are specific to certain printers. GetProperty uses the same arguments as SetProperty; see the individual set option methods for a list of section and property names used for each.

Syntax

expression.GetProperty(SectionName, PropertyName)

where expression is an IPNSession object.

Returns a VARIANT containing the property value, or VT_EMPTY if that property is not set.

Parameters

String SectionName

The section name for the property you are retrieving.

String PropertyName

The property name.

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

See Also: SetProperty