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





Saves the document into the specified stream.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveToStream (
    Stream stream,
    bool clearDirty
)

Visual Basic  Copy Code

Public Sub SaveToStream( _
    stream As Stream, _
    clearDirty As Boolean _
)

 Parameters

stream

An instance of a Stream-derived class.

clearDirty

Indicates whether the 'dirty' flag should be cleared.

 See Also

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