Click or drag to resize
NonSeekableStreamPosition Property
When overridden in a derived class, gets or sets the position within the current stream.

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

Return Value

Type: Int64
The current position within the stream.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown with each get or set operation.
IOExceptionAn I/O error occurs.
ObjectDisposedExceptionMethods were called after the stream was closed.
See Also