ImageGear .NET v25.1 - Updated
SetLength Method




ImageGear.Core Assembly > ImageGear.Formats Namespace > ImGearWebStream Class : SetLength Method
The new length of the stream.
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

Reference

ImGearWebStream Class
ImGearWebStream Members