Saves the diagram into an XML file.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public void SaveToXml ( |
Visual Basic Copy Code |
---|
Public Sub SaveToXml( _ |
The full path and name of the disk file where the diagram should be saved.
This overloaded SaveToXml method works by creating an XmlDocument instance, calling the second overloaded method, and writing the document content to a file.
Diagram data can be loaded from an XML file or document using the LoadFromXml method.