ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback