Saves the diagram into a stream in JSON format.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Task SaveToJsonAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToJsonAsync( _ |
A System.IO.Stream instance to which to write the diagram data in JSON format.
A Task that represents the asynchronous operation.
See Also