Occurs for each page that is printed during a print job.
Visual Basic |
---|
Public Event OnPrintingPage( _ ByVal printedPageNumber As Long, _ ByVal imageFilename As String, _ ByVal imageFilePageNumber As Long _ ) |
- printedPageNumber
- A long value which represents the printed page number.
- imageFilename
- A string value which represents the file name.
- imageFilePageNumber
- A long value which represents the image file page number.
The OnPrintingFinish event occurs when the print job completes.