Gets the loaded stream.

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

Syntax

C#
public Stream Stream { get; }
Visual Basic
Public ReadOnly Property Stream As Stream
	Get
Visual C++
public:
property Stream^ Stream {
	Stream^ get ();
}

Field Value

The document.

See Also