MindFusion.Wpf Pack Programmer's Guide
DiagramDocument.SaveToXml Method (String)
See Also
 





Saves the document to the specified file in an XML format.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

The full path and name of the disk file where the document should be saved.

 See Also

SaveToXml Method Overload List
DiagramDocument Members
DiagramDocument Class
MindFusion.Diagramming.Wpf Namespace