ImageGear .NET v25.1 - Updated
CanRead Property




ImageGear.Core Assembly > ImageGear.Formats Namespace > ImGearWebStream Class : CanRead Property
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

Reference

ImGearWebStream Class
ImGearWebStream Members