Saves the document to the specified XmlDocument object.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToXml( _ |
A .NET XmlDocument object where the document should be saved.
true if properties that have their default value should be saved; otherwise, false.
See Also