Displays a Print dialog and prints the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void Print () |
Visual Basic
Copy Code
|
|---|
Public Sub Print () |
RemarksThe method displays the standard Windows print dialog, allowing users to select a printer and choose which portions of the document to print. The smallest rectangular area of the document that contains all diagram elements is printed.
See Also