Saves the diagram into a stream in XML format.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Task SaveToXmlAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToXmlAsync( _ |
A System.IO.Stream instance to which to write the diagram data in XML format.
A Task that represents the asynchronous operation.
See Also