Saves the contents of this annotation store to specified stream.

Namespace: FirstFloor.Documents.Annotations.Storage
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public void Save(
	Stream stream
)
Visual Basic
Public Sub Save ( _
	stream As Stream _
)
Visual C++
public:
void Save(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::..Stream
The stream.

See Also