Please enable JavaScript to view this site.

TIFF Image Printer

 

warning

The method signature has changed from previous versions.

Description

The OnEndPage event occurs each time a new page in an output file is completed.

Syntax

objectName_OnEndPage(pJob, pageNo)

where the IPNSession object is declared with events.

Parameters

IPNJob pJob

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

long pageNo

The page number of the page we just finished printing.

See Also: OnCloseFile OnEndJob OnGetNextFileName OnOpenFile OnReportError OnStartJob OnStartPage IPNJob