DiagramLite Programmer's Guide
Diagram.Print Method ()
See Also
 





Shows the Print dialog and prints the diagram.
(Available in the Silverlight 4 version of the component)

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public void Print ()

Visual Basic  Copy Code

Public Sub Print ()

 Remarks

The method displays the standard print dialog, allowing users to select a printer and choose which pages of the document to print. The smallest rectangular area of the document that contains all diagram elements is printed. Various setting for the print job can be assigned via the PrintOptions structure.

 See Also

Print Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace