PrintPageEventArgs
Provides data for the PrintPage event.
Gets or sets a value indicating whether the print job should be canceled.
Gets the Graphics used to paint the page.
Gets or sets a value indicating whether an additional page should be printed.
Gets the rectangular area that represents the portion of the page inside the margins.
Gets the rectangular area that represents the total area of the page.
Gets the page settings for the current page.
public PrintPageEventArgs(Graphics graphics, Rectangle marginBounds, Rectangle pageBounds, PageSettings pageSettings)
Initializes a new instance of the PrintPageEventArgs class.