Gets an object which provides customization properties for printing and print-preview.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public PrintOptions PrintOptions { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property PrintOptions As PrintOptions |
An instance of the PrintOptions class.
Allows customization of various print and print-preview aspects. The settings exposed as properties include document title, page header format and several bool flags that control if images, shadows, headers, and so on are printed or rendered in preview mode.
WpfDiagram Programmer's Guide | © 2024 MindFusion |