PrintDocumentICallback Interface |
Namespace: Eto.Forms
The PrintDocumentICallback type exposes the following members.
Name | Description | |
---|---|---|
OnPrinted |
Raises the printed event, which should occur after the document is fully printed.
| |
OnPrinting |
Raises the printing event, which should occur before the document is printed.
| |
OnPrintPage |
Raises the print page event, which should be called for each page in the selected page range to render its contents.
|