Saves the document to the specified file in a binary format.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Task SaveToFileAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToFileAsync( _ |
The full path and name of the disk file where the document should be saved.
Indicates whether the 'dirty' flag should be cleared.
See Also