Saves the diagram into a stream in JSON format.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public void SaveToJson ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToJson( _ |
A System.IO.Stream instance to which to write the diagram data in JSON format.
RemarksThis method adds view state information (scroll position, zoom level, Behavior property value) to the JSON dictionary created by the Diagram object's SaveToJson method.
See Also