PrintDocument Class |
Namespace: Eto.Forms
The PrintDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| PrintDocument | Initializes a new instance of the PrintDocument class |
| Name | Description | |
|---|---|---|
| Name |
Gets or sets the name of the document to show in the printer queue
| |
| PageCount |
Gets or sets the total number of pages available to be printed in this document.
| |
| PrintSettings |
Gets or sets the print settings for the document when printing.
|
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides WidgetGetCallback.) | |
| OnPrinted |
Raises the Printed event.
| |
| OnPrinting |
Raises the Printing event.
| |
| OnPrintPage |
Raises the PrintPage event.
| |
Prints this document immediately using the current PrintSettings |
| Name | Description | |
|---|---|---|
| Printed |
Occurs after the document has been printed
| |
| Printing |
Occurs before printing has started
| |
| PrintPage |
Occurs for each printed page
|
| Name | Description | |
|---|---|---|
| PrintedEvent |
Identifier for handlers when attaching the Printed event
| |
| PrintingEvent |
Identifier for handlers when attaching the Printing event
| |
| PrintPageEvent |
Identifier for handlers when attaching the PrintPage event
|