Please enable JavaScript to view this site.

TIFF Image Printer

Description

Enables or disables the resampling options. When these options are not set through the IPNSession object the default options for Resampling in the Page Processing tab in the PEERNET Inc. printer's Printing Preferences dialog will be applied to the output file instead.

Resampling can also be enabled or disabled using the SetProperty call with the appropriate arguments. See the Remarks below for a list of arguments.

Syntax

expression.SetResamplingOn(Enable)

where expression is an IPNSession object.

Parameters

Boolean Enable

Set True to enable any resampling options, False to disable them.

Remarks

Use the following to set this option using SetProperty:

Method Parameter

SetProperty Parameters

Enable

SectionName:

Processing

PropertyName:

Resample

varValue:

VT_BOOL

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

See Also: SetPageBrightness SetPageCropAreaOptions SetPageCropMarginOptions SetPageRotationOptions SetPageTrimOptions SetProperty