Search
DiagramDocument.LoadFromXml Method
See Also
 





Loads the document from an XML.

 Overload List

Name Description

DiagramDocument.LoadFromXml (Stream)

Loads the diagram document from a stream in XML format.

DiagramDocument.LoadFromXml (String)

Loads the document from the specified XML file.

DiagramDocument.LoadFromXml (XmlDocument)

Loads the document from the specified XmlDocument object.

 See Also