ComponentOne Bitmap for UWP
SetSize Method (IStream)

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace > IStream Interface : SetSize Method
The new size.
Changes the size of the stream object.
Syntax
'Declaration
 
Sub SetSize( _
   ByVal newSize As System.Long _
) 
void SetSize( 
   System.long newSize
)

Parameters

newSize
The new size.
See Also

Reference

IStream Interface
IStream Members