Click or drag to resize

PrintDocumentICallback Interface

Interface for handlers to trigger events

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : WidgetICallback

The PrintDocumentICallback type exposes the following members.

Methods
  NameDescription
Public methodOnPrinted
Raises the printed event, which should occur after the document is fully printed.
Public methodOnPrinting
Raises the printing event, which should occur before the document is printed.
Public methodOnPrintPage
Raises the print page event, which should be called for each page in the selected page range to render its contents.
Top
See Also