PdfPrintPageEventArgs Properties
Provides data for the PdfViewer.PrintPage and PdfDocumentProcessor.PrintPage events.
Name | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the print job should be canceled.
Inherited from Print |
Graphics |
Gets the Graphics used to paint the page.
Inherited from Print |
Has |
Gets or sets a value indicating whether an additional page should be printed.
Inherited from Print |
Margin |
Gets the rectangular area that represents the portion of the page inside the margins.
Inherited from Print |
Page |
Gets the rectangular area that represents the total area of the page.
Inherited from Print |
Page |
Returns the total number of pages which were sent to the printer. |
Page |
Returns the page number of the currently printed page. |
Page |
Gets the page settings for the current page.
Inherited from Print |
See Also