The PdfPrint type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| PagePrintedEvent |
The event which is raised right after the PDF page has been printed. In the event handler you can end or cancel printing job
| |
| PagePrintingEvent |
The event which is raised right before printing the PDF page. In the event handler you can end or cancel printing job
| |
| PreparePagePrintingEvent |
The event which is raised immediately before each PagePrintingEvent event. In the event handler you can set the page settings for
the page being printed, cancel or end printing job
|
See Also