Click or drag to resize

AnnotatePrintDocument Events

The AnnotatePrintDocument type exposes the following members.

Events
  NameDescription
Public eventAfterPrintPage
Occurs after image is prepared to print.
(Inherited from ImagePrintDocument.)
Public eventBeginPrint
Occurs when the Print method is called and before the first page of the document prints.
(Inherited from PrintDocument.)
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventEndPrint
Occurs when the last page of the document has printed.
(Inherited from PrintDocument.)
Public eventCode exampleGetImage
Occurs when the print job requires the next image to print.
(Inherited from ImagePrintDocument.)
Public eventPrintImage
Occurs just before the image is printed.
(Inherited from ImagePrintDocument.)
Public eventPrintPage
Occurs when the output to print for the current page is needed.
(Inherited from PrintDocument.)
Public eventQueryPageSettings
Occurs immediately before each PrintPage event.
(Inherited from PrintDocument.)
Top
See Also