Loads the document from the specified XmlDocument object.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadFromXml( _ |
A .NET XmlDocument object from which to load the diagram data.
true to load values of diagram properties; false to load only diagram items.
See Also