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