The following tables list the members exposed by PrintDocument.
Public Methods
| Name | Description |
| Print |
Prints a DocumentPaginator object.
|
Top
Public Events
| Name | Description |
| BeginPrint |
Occurs after the System.Windows.Printing.PrintDocument.Print() method is called and the print dialog box successfully returns, but before the System.Windows.Printing.PrintDocument.PrintPage event is raised.
|
| EndPrint |
Occurs when the printing operation is complete or when the print operation is cancelled by the application author.
|
| PrintPage |
Occurs when each page is printing.
|
Top
See Also