Saves the diagram data into a stream.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public void SaveToStream ( |
Visual Basic Copy Code |
---|
Public 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.