When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntaxpublic abstract bool CanSeek { get; }Return Value
Type: 
BooleanTrue if the stream supports seeking, false otherwise.
See Also