When overridden in a derived class, gets the length in bytes of the stream.
Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
Property Value
Type: Int64Return Value
Type: Int64A long value representing the length of the stream in bytes.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | A class derived from Stream does not support seeking. |
ObjectDisposedException | Methods were called after the stream was closed. |
See Also