Please enable JavaScript to view this site.

TIFF Image Printer

Description

The OnLogMessage event is fired when the print driver logs any non-critical messages. Errors are reported using the OnReportError event.

Syntax

objectName_OnReportError(pJob, Message)

where the IPNSession object is declared with events.

Parameters

IPNJob pJob

An IPNJob object representing the print job for the file.

String Message

The message reported by the driver.

See Also: OnCloseFile OnEndJob OnGetNextFileName OnReportError OnOpenFile OnStartJob IPNJob