Occurs when a print job starts.
Visual Basic |
---|
Public Event OnPrintingStart( _ ByVal printedTotalPages As Long _ ) |
- printedTotalPages
- A long value which represents the total number of pages.
While the print job executes, the OnPrintingPage event occurs for each page that is printed. The OnPrintingFinish even occurs when the print job completes.