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