ImageGear .NET v25.1 - Updated
Length Property (ImGearWebStream)




ImageGear.Core Assembly > ImageGear.Formats Namespace > ImGearWebStream Class : Length Property
When overridden in a derived class, gets the length in bytes of the stream.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Length As Long
'Usage
 
Dim instance As ImGearWebStream
Dim value As Long
 
value = instance.Length
public override long Length {get;}
public: __property long get_Length() override;
public:
property int64 Length {
   int64 get() override;
}

Property Value

Any positive value.
See Also

Reference

ImGearWebStream Class
ImGearWebStream Members