Gets or sets the print document associated with this form.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
PrintDocument Document { get; set; } |
Visual Basic
Copy Code
|
|---|
Property Document As PrintDocument |
An instance of the .NET PrintDocument class.
See Also