In This Topic
Gets a value indicating whether forward and backward seek operations can be performed.
Syntax
'Declaration
Public ReadOnly Property CanSeek As Boolean
public bool CanSeek {get;}
Property Value
true if the
UniBlob stream supports seeking;
false if a
UniBlob is closed, disposed, or
Null.
See Also