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




In This Topic
    Length Property (ImGearWebStream)
    In This Topic
    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