Please enable JavaScript to view this site.

TIFF Image Printer

Description

Modifies the file save options for the output resolution on the IPNSession object. Other settings, such as fax options or resampling can change this as the file is processed.

To set a single save option use the SetProperty call with the appropriate arguments. See the Remarks below for a list of arguments.

Syntax

expression.SetSaveOptionsOutputResolution(OutputResolution)

where expression is an IPNSession object.

Parameters

pnPrinterResolution OutputResolution

A pnPrinterResolution constant for the desired resolution of the output file.

Remarks

Use the following to set these options using SetProperty:

Method Parameter

SetProperty Parameters

OutputResolution

SectionName:

Devmode settings

PropertyName:

Resolution

varValue:

VT_I4, one of the following:

50, 60, 72, 75, 96, 100, 120, 150,200, 240, 254, 300, 360, 400, 480, 600, 720, 800, 900, 1200

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

See Also: SetSaveOptions SetSaveOptionsOutputLocationAndOutputFileName SetProperty