Search
DiagramDocument.SaveToFileAsync Method (String)
See Also
 





Saves the document to the specified file in a binary format.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task SaveToFileAsync (
    string fileName
)

Visual Basic  Copy Code

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

 Parameters

fileName

The full path and name of the disk file where the document should be saved.

 Return Value

 See Also