The following tables list the members exposed by PrintDocument.
Name | Description | |
---|---|---|
![]() | PrintDocument Constructor | Initializes a new instance of PrintDocument class. |
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. |