Saves the diagram to the specified stream as an XML document.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToXml( _ |
An instance of a Stream-derived class.
RemarksSerializes the current diagram as a sequence of bytes represented by stream.
See Also