Please enable JavaScript to view this site.

TIFF Image Printer

Description

Allows you to retrieve any properties, or options set on the IPNPrintSession object. The IPNPrintSession object copies all of the current settings from the IPNSession object when NewPrintSession is called.

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. See the individual set option methods on the IPNSession object for a list of section and property names that can be used to retrieve the individual settings for each.

Syntax

expression.GetProperty(SectionName, PropertyName)

where expression is an IPNPrintSession object.

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

Parameters

String rSectionName

The section name for the property you are retrieving.

String PropertyName

The property name.