ComponentOne Bitmap for WPF
CanRead Property (DataStream)

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

Property Value

true if the stream supports reading; otherwise, false.
See Also

Reference

DataStream Class
DataStream Members