ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearWebStream Class / CanRead Property




In This Topic
    CanRead Property
    In This Topic
    When overridden in a derived class, gets a value indicating whether the current stream supports reading.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanRead As Boolean
    'Usage
     
    Dim instance As ImGearWebStream
    Dim value As Boolean
     
    value = instance.CanRead
    public override bool CanRead {get;}
    public: __property bool get_CanRead() override;
    public:
    property bool CanRead {
       bool get() override;
    }

    Property Value

    Boolean value.
    See Also