Search
DiagramView.SaveToXml Method (String)
See Also
 





Saves the diagram into an XML file.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName
The full path and name of the disk file 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