| 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
Syntaxpublic DialogResult ShowDialog(
	Control parent,
	PrintDocument document
)
Public Function ShowDialog ( 
	parent As Control,
	document As PrintDocument
) As DialogResult
member ShowDialog : 
        parent : Control * 
        document : PrintDocument -> DialogResult 
Parameters
- parent
- Type: Eto.FormsControl
 Parent of the dialog to make modal.
- document
- Type: Eto.FormsPrintDocument
 Document to print.
Return Value
Type: 
DialogResultThe result.
 See Also
See Also