Search
Diagram.LoadFromXmlAsync Method (XmlDocument)
See Also
 





Loads the diagram from an XML document.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task LoadFromXmlAsync (
    XmlDocument document
)

Visual Basic  Copy Code

Public Function LoadFromXmlAsync( _
    document As XmlDocument _
) As Task

 Parameters

document

A System.Xml.XmlDocument from which to load the diagram data.

 Return Value

A Task that represents the asynchronous operation.

 See Also