Description

The OnStartob event occurs each time a single print job for a file has started printing through the converters.  For most documents there is only a single print job created when the document is printed, but some applications, like Excel, can send multiple jobs when printing a single file.

Syntax

objectName_OnStartJob

where the IPNDocConvQueueItem object is declared with events.

Parameters

IPNDocConvQueueItemJob Job

The IPNDocConvQueueItemJob object representing one of the print jobs for the file.

See Also:

OnCloseFile OnEndConversion OnEndImage OnEndJob OnEndPage OnGetNextOutputFileName

OnLogMessage OnOpenFile OnReportError OnStartConversion OnStartImage OnStartPage