Search
Diagram.LoadFromJson Method (String)
See Also
 





Loads the diagram from a JSON file.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void LoadFromJson (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromJson( _
    fileName As String _
)

 Parameters

fileName

A string specifying the file name or full path.

 See Also