Please enable JavaScript to view this site.

TIFF Image Printer

Description

The OnReportError event is fired when the print driver reports an error, such as not having permissions to create the files is the output folder.

Syntax

objectName_OnReportError(pJob, Error)

where the IPNSession object is declared with events.

Parameters

IPNJob pJob

An IPNJob object representing the print job for the file.

String Error

The error message reported by the driver.

See Also: OnCloseFile OnEndJob OnGetNextFileName OnLogMessage OnOpenFile OnStartJob IPNJob