Click or drag to resize

PrintDocumentCallbackOnPrintPage Method

Raises the print page event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnPrintPage(
	PrintDocument widget,
	PrintPageEventArgs e
)

Parameters

widget
Type: Eto.FormsPrintDocument

[Missing <param name="widget"/> documentation for "M:Eto.Forms.PrintDocument.Callback.OnPrintPage(Eto.Forms.PrintDocument,Eto.Forms.PrintPageEventArgs)"]

e
Type: Eto.FormsPrintPageEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.PrintDocument.Callback.OnPrintPage(Eto.Forms.PrintDocument,Eto.Forms.PrintPageEventArgs)"]

Implements

PrintDocumentICallbackOnPrintPage(PrintDocument, PrintPageEventArgs)
See Also