Saves the diagram content and view state into a JSON object.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public virtual void SaveToJson ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub SaveToJson( _ |
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