Search
DiagramDocument.SaveToXml Method
See Also
 





Saves the document as an XML.

 Overload List

Name Description

DiagramDocument.SaveToXml (Stream)

Saves the diagram document into a stream in XML format.

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.

 See Also