Please enable JavaScript to view this site.

TIFF Image Printer

 

warning

Beginning with version 9.0 of PDF Image Printer  and Raster Image Printer this method has been superseded by SetSaveOptions and SetPDFCompressionOptions. This method will still work when called but it its recommended that all new code use the updated methods

Description

Clears the PDF file format options from the IPNSession object. This includes the color reduction and dithering options as well as the compression options for color, indexed, greyscale and black and white output, and the boolean flags for compressing the PDF, and for creating an ASCII format compressed PDF. When the PDF file format options are not set through the IPNSession object, the default options for the PDF File Format tab in the PDF Image Printer printer's Printing Preferences dialog will be applied to the output file instead.

To clear only a single compression option use the SetProperty call with the appropriate section and name arguments and pass an empty argument as the property value. See the Remarks section in SetPDFFileFormatOptions for a list of values.

Syntax

expression.ClearPDFFileFormatOptions()

where expression is an IPNSession object.

Supported Printers: PDF Image Printer, %SUPDRV_RASTER%>

See Also: SetPDFFileFormatOptions SetSaveOptions SetPDFCompressionOptions SetPDFPassword SetPDFSecurity ClearPDFCompressionOptions ClearPDFPassword ClearPDFSecurity SetProperty