Gets an object which provides customization properties for the extended print-preview window.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public PreviewOptions PreviewOptions { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property PreviewOptions As PreviewOptions |
An instance of the PreviewOptions class.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |