Please enable JavaScript to view this site.

TIFF Image Printer

Description

This controls when the print job leaves the print queue. In PNSrv12Lib, the default behavior is to have the print job leave the queue as soon as possible. This means the print job leaves the queue after it has spooled and before we create the file. Previously, the print job stayed in the print queue while the file until the file was created. If you automation coding relies on, or looks for, the print job to be in the print queue, set this to true to turn have the print job stay in the queue.

Introduced in version 12.0.027.

Syntax

expression.SetPrinterWaitForJobCompletion(PrinterWaitForJobCompletion)

where expression is a IPNSession object.

Parameters

Boolean PrinterWaitForJobCompletion

Set True to have the print job stay in the print queue until the output file has been created.

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

See Also: SetV11CompatibilityModeEnabled