Search
DiagramDocument.SaveToXml Method (XDocument)
See Also
 






Saves the document to the specified XDocument object.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveToXml (
    XDocument document
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    document As XDocument _
)

 Parameters

document

A XDocument object where the document should be saved.

 See Also