Search
DiagramDocument.SaveToFileAsync Method (String, Boolean)
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,
    bool clearDirty
)

Visual Basic  Copy Code

Public Function SaveToFileAsync( _
    fileName As String, _
    clearDirty As Boolean _
) As Task

 Parameters

fileName

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

clearDirty

Indicates whether the 'dirty' flag should be cleared.

 Return Value

 See Also