Click or drag to resize
NonSeekableStreamLength Property
When overridden in a derived class, gets the length in bytes of the stream.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public override sealed long Length { get; }

Return Value

Type: Int64
A long value representing the length of the stream in bytes.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown with each call.
ObjectDisposedExceptionMethods were called after the stream was closed.
See Also