Search
DiagramBase.PrintPreview Method (String)
See Also
 





Displays the diagram in a Print Preview window.

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

 Syntax

C#  Copy Code

public void PrintPreview (
    string windowTitle
)

Visual Basic  Copy Code

Public Sub PrintPreview( _
    windowTitle As String _
)

 Parameters

windowTitle

A string specifying the title of the Print Preview window.

 Remarks

The Print Preview window shows what the diagram content would look like when printed on paper.

 See Also