AnnotatePrintDocument Events |
The AnnotatePrintDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterPrintPage | Occurs after image is prepared to print. (Inherited from ImagePrintDocument.) | |
| 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. (Inherited from ImagePrintDocument.) | |
| PrintImage | Occurs just before the image is printed. (Inherited from ImagePrintDocument.) | |
| 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.) |