PdfPrinterAfterPagePrintingEventArgs Class | |
Namespace: SelectPdf
The PdfPrinterAfterPagePrintingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfPrinterAfterPagePrintingEventArgs |
| Name | Description | |
|---|---|---|
| Cancel |
Gets or sets a value indicating whether the printing of the rest of the document should be canceled.
| |
| Graphics |
Gets the Graphics used to paint the page. Use this to add more content to the printed page.
| |
| MarginBounds |
Gets the rectangular area, measured in hundredths of an inch, that represents the portion of the page inside the margins.
| |
| PageBounds |
Gets the rectangular area, measured in hundredths of an inch, that represents the total area of the page.
| |
| PageNumber |
Gets a value representing the number of the current page.
| |
| PageSettings |
Gets the page settings for the current page.
| |
| PageSize |
Gets a value representing the original size of the current page in hundreds of an inch.
|