The properties of the PrintPageEventArgs class are listed below. For a complete list of PrintPageEventArgs class members, see the PrintPageEventArgs Members topic.
Cancel | Gets or sets a value indicating whether the print job should be canceled. |
ExtendedInfo (inherited from EventArgs) | Holds a reference to an object that manages the event's state. |
Graphics | Gets the Graphics used to paint the item. |
HasMorePages | Gets or sets a value indicating whether there is an additional page to be printed. |
MarginBounds | Gets the rectangular area that represents the page between the margins. |
PageBounds | Gets the rectangular area that represents the total area of the page. |
PageSettings | Specifieds the page settings for the current page. |
PrintPageEventArgs Class | System.Drawing.Printing Namespace