Search
DiagramDocument.SaveToXml Method
See Also
 





Saves the document to an XML document or file.

 Overload List

Name Description

DiagramDocument.SaveToXml (String)

Saves the document to the specified file in an XML format.

DiagramDocument.SaveToXml (XmlDocument)

Saves the document to the specified XmlDocument object.

DiagramDocument.SaveToXml (XmlDocument, Boolean)

Saves the document to the specified XmlDocument object.

 See Also