Search
DiagramView.LoadFromJson Method (String)
See Also
 





Loads the diagram from a JSON file.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 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