Search
PreviewOptions.DisplayPrintDialog Property
See Also
 





Gets or sets a value indicating whether a print setup dialog is displayed when the print button of the preview form is clicked.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool DisplayPrintDialog { get; set; }

Visual Basic  Copy Code

Public Property DisplayPrintDialog As Boolean

 Property Value

true to display the printer setup dialog; otherwise, false. The default is false.

 See Also