MindFusion.Wpf Pack Programmer's Guide
DiagramBase.PrintOptions Property
See Also
 





Gets an object which provides customization properties for printing and print-preview.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public PrintOptions PrintOptions { get; }

Visual Basic  Copy Code

Public ReadOnly Property PrintOptions As PrintOptions

 Property Value

An instance of the PrintOptions class.

 Remarks

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.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
Print Method