Search
DiagramView.PreviewOptions Property
See Also
 





Gets an object which provides customization properties for the extended print-preview window.

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

 Syntax

C#  Copy Code

public PreviewOptions PreviewOptions { get; }

Visual Basic  Copy Code

Public ReadOnly Property PreviewOptions As PreviewOptions

 Property Value

An instance of the PreviewOptions class.

 Remarks

Settings that alter the appearance of a diagram rendered to the printer or the preview dialog are set via PrintOptions. The PreviewOptions properties apply only to the UI elements of the extended preview dialog, displayed by the PrintPreviewEx method.

 See Also