Click or drag to resize

PrintDocumentCallback Class

Callback methods for handlers of PrintDocument
Inheritance Hierarchy
SystemObject
  Eto.FormsPrintDocumentCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : PrintDocumentICallback, 
	WidgetICallback

The PrintDocumentCallback type exposes the following members.

Constructors
  NameDescription
Public methodPrintDocumentCallback
Initializes a new instance of the PrintDocumentCallback class
Top
Methods
  NameDescription
Public methodOnPrinted
Raises the printed event.
Public methodOnPrinting
Raises the printing event.
Public methodOnPrintPage
Raises the print page event.
Top
See Also