Search
PrintOptions Class
Remarks See Also
 





Allows customization of various aspects of printing and print-preview.

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

 Syntax

C#  Copy Code

public class PrintOptions : RenderOptions

Visual Basic  Copy Code

Public Class PrintOptions
    Inherits RenderOptions

 Remarks

Use the PrintOptions member of the DiagramView class to access the sole instance of this class.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.RenderOptions
        MindFusion.Diagramming.WinForms.PrintOptions

 See Also