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