Click or drag to resize

PrintDialogShowDialog Method

Shows the print dialog for the specified document, printing after closed if the user selects to print.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DialogResult ShowDialog(
	Control parent,
	PrintDocument document
)

Parameters

parent
Type: Eto.FormsControl
Parent of the dialog to make modal.
document
Type: Eto.FormsPrintDocument
Document to print.

Return Value

Type: DialogResult
The result.
See Also