ComponentOne Bitmap for WPF
CanSeek Property (DataStream)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DataStream Class : CanSeek Property
Gets a value indicating whether the current stream supports seeking.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanSeek As System.Boolean
public override System.bool CanSeek {get;}

Property Value

Always true.
See Also

Reference

DataStream Class
DataStream Members