Search
DiagramDocument.LoadFromFileAsync Method
See Also
 





Loads the document from the specified file.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task LoadFromFileAsync (
    string fileName
)

Visual Basic  Copy Code

Public Function LoadFromFileAsync( _
    fileName As String _
) As Task

 Parameters

fileName

The name of the file to load from.

 Return Value

 See Also