Saves the diagram document into a JSON file.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Task SaveToJsonAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToJsonAsync( _ |
A string specifying the file name or full path.
A Task that represents the asynchronous operation.
See Also