|
The method signature has changed from previous versions. |
Description
The OnStartPage event occurs each time a new page in an output file is created.
Syntax
objectName_OnStartPage(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 are starting to print.
See Also: OnCloseFile OnEndJob OnEndPage OnGetNextFileName OnOpenFile OnReportError OnStartJob IPNJob