ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearWebStream Class / SetLength Method
The new length of the stream.




In This Topic
    SetLength Method
    In This Topic
    When overridden in a derived class, sets the length of the current stream.
    Syntax
    'Declaration
     
    Public Overrides Sub SetLength( _
       ByVal value As Long _
    ) 
    'Usage
     
    Dim instance As ImGearWebStream
    Dim value As Long
     
    instance.SetLength(value)
    public override void SetLength( 
       long value
    )
    public: void SetLength( 
       long value
    ) override 
    public:
    void SetLength( 
       int64 value
    ) override 

    Parameters

    value
    The new length of the stream.
    See Also