Search
DiagramView.SaveToXml Method (XmlDocument)
See Also
 





Saves the diagram into an XML document.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public virtual void SaveToXml (
    XmlDocument document
)

Visual Basic  Copy Code

Public Overridable Sub SaveToXml( _
    document As XmlDocument _
)

 Parameters

document
A .NET XmlDocument object where the diagram should be saved.

 Remarks

This method adds view state information (scroll position, zoom level, Behavior property value) to the XML document created by the Diagram object's SaveToXml method.

 See Also