Click or drag to resize

PresentationPrintDocument Events

The PresentationPrintDocument type exposes the following members.

Events
Name Description
Public event BeginPrint
Occurs when the Print method is called and before the first page of the document prints.
(Inherited from PrintDocument .)
Public event Disposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component .)
Public event EndPrint
Occurs when the last page of the document has printed.
(Inherited from PrintDocument .)
Public event PrintPage
Occurs when the output to print for the current page is needed.
(Inherited from PrintDocument .)
Public event QueryPageSettings
Occurs immediately before each PrintPage event.
(Inherited from PrintDocument .)
Top
See Also