Saves the diagram into an XML document.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Task SaveToXmlAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToXmlAsync( _ |
A System.Xml.XmlDocument object where the diagram should be saved.
A Task that represents the asynchronous operation.
See Also