Please enable JavaScript to view this site.

TIFF Image Printer

Description

The OnStartJob event occurs each time a file is printed, just as the print job enters the print queue. This event is useful for tracking the files printed.

Syntax

objectName_OnStartJob(pJob)

where the IPNSession object is declared with events.

Parameters

IPNJob pJob

An IPNJob object representing the print job information for the file currently printing.

See Also: OnCloseFile OnEndJob OnGetNextFileName OnLogMessage OnReportError OnOpenFile IPNJob