ASP.NET Pack Programmer's Guide
DiagramDocument.SaveToFile Method (String, Boolean)
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveToFile (
    string fileName,
    bool clearDirty
)

Visual Basic  Copy Code

Public Sub SaveToFile( _
    fileName As String, _
    clearDirty As Boolean _
)

 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.

 See Also

SaveToFile Method Overload List
DiagramDocument Members
DiagramDocument Class
MindFusion.Diagramming Namespace