[]
Initializes a new instance of the PrintPageEventArgs class.
public PrintPageEventArgs(object graphics, Rectangle marginBounds, Rectangle pageBounds, IPageSettings pageSettings)
| Type | Name | Description |
|---|---|---|
| object | graphics | The graphics object used to paint the page. |
| Rectangle | marginBounds | The rectangular area inside the margins. |
| Rectangle | pageBounds | The total page area. |
| IPageSettings | pageSettings | The page settings for the current page. |