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