ImagePrintDocument Events |
The ImagePrintDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | AfterPrintPage | Occurs after image is prepared to print. |
![]() | BeginPrint | Occurs when the Print() method is called and before the first page of the document prints. (Inherited from PrintDocument.) |
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose() method. (Inherited from Component.) |
![]() | EndPrint | Occurs when the last page of the document has printed. (Inherited from PrintDocument.) |
![]() ![]() | GetImage | Occurs when the print job requires the next image to print. |
![]() | PrintImage | Occurs just before the image is printed. |
![]() | PrintPage | Occurs when the output to print for the current page is needed. (Inherited from PrintDocument.) |
![]() | QueryPageSettings | Occurs immediately before each PrintPage event. (Inherited from PrintDocument.) |