NPrintPageEventArgs Class Members
In This Topic
The following tables list the members exposed by NPrintPageEventArgs.
Public Properties
| Name | Description |
| Cancel | Gets or sets a value indicating whether the printing process should be canceled. |
| Graphics | Gets the graphics object used to paint the page. |
| HasMorePages | Gets or sets a value indicating whether there are more pages to be printed after the current one. |
| PrintableArea | Gets the printable area. The graphics must be translated to the Top-Left corner of the printable rectangle before painting. |
Top
See Also