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
SyntaxC#
Copy Code
|
|---|
public bool DisplayPrintDialog { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DisplayPrintDialog As Boolean |
true to display the printer setup dialog; otherwise, false. The default is false.
See Also