ASP.NET Pack Programmer's Guide
DiagramView.LoadFromXml Method (XmlDocument)
See Also
 





Loads the diagram from an XML document.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public void LoadFromXml (
    XmlDocument document
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    document As XmlDocument _
)

 Parameters

document

A .NET XmlDocument object from which to load the diagram data.

 Remarks

The method reads a diagram previously saved via the SaveToXml method.

 See Also

LoadFromXml Method Overload List
DiagramView Members
DiagramView Class
MindFusion.Diagramming.WebForms Namespace