Class PrintPageEventArgs
PrintPageEventArgs class
Provides data for the PrintPage event.
public class PrintPageEventArgs
Constructors
| Name | Description |
|---|---|
| PrintPageEventArgs() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Graphics { get; } | Gets the Graphics used to paint the page. |
| HasMorePages { get; set; } | Gets or sets a value indicating whether an additional page should be printed. |
| PageSettings { get; } | Gets the page settings for the current page. |
See Also
- namespace System.Drawing.Printing
- assembly Aspose.Drawing