Please enable JavaScript to view this site.

TIFF Image Printer

Description

Sets the conversion profile to be used to read the settings for each print job's output.

Conversion profiles are created and exported using the printer's Profile Manager utility. Once saved on disk, they can then be used from the PNSrv12Lib. Exported profiles end with pntifprofile.

Overrides the profile set in the SetSessionPrinter printer call. If no conversion profile is passed into either method, the default system conversion profile for the printer is used, followed by any settings configured using the property methods.

Syntax

expression.SetPrinterProfile(PrinterPoolProfile)

where expression is an IPNSession object.

Parameters

String PrinterPoolProfile

The full path to the conversion profile, or empty string to use the system default profile.

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

See Also: NewPrintSession, SetSessionPrinter