Search
IPrintPreview.Document Property
See Also
 





Gets or sets the print document associated with this form.

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

 Syntax

C#  Copy Code

PrintDocument Document { get; set; }

Visual Basic  Copy Code

Property Document As PrintDocument

 Property Value

An instance of the .NET PrintDocument class.

 See Also