Saves the diagram data into a .NET stream.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public virtual void SaveToStream ( |
Visual Basic Copy Code |
---|
Public Overridable Sub SaveToStream( _ |
Serializes the current diagram as a sequence of bytes represented by stream. The stream may wrap a file, a memory buffer, a TCP socket, and more. The stream contents can be loaded later using the LoadFromStream method.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |