C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Storage Namespace / IStream Interface / SetSize Method
The new size.

In This Topic
SetSize Method (IStream)
In This Topic
Changes the size of the stream object.
Syntax
'Declaration
 
Sub SetSize( _
   ByVal newSize As System.Long _
) 
 

Parameters

newSize
The new size.
See Also