ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DataStream Class / CanRead Property

In This Topic
    CanRead Property (DataStream)
    In This Topic
    Gets a value indicating whether the current stream supports reading.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanRead As Boolean
    public override bool CanRead {get;}

    Property Value

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