Saves the diagram into an XML document.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public virtual void SaveToXml ( |
Visual Basic Copy Code |
---|
Public Overridable Sub SaveToXml( _ |
A .NET XmlDocument object where the diagram should be saved.
Diagram data can be loaded from an XML document using the LoadFromXml method.