ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Storage Namespace / ComStream Class / SetSize Method

In This Topic
    SetSize Method (ComStream)
    In This Topic
    HRESULT IStream::SetSize([In] ULARGE_INTEGER libNewSize)
    Syntax
    'Declaration
     
    Public Sub SetSize( _
       ByVal libNewSize As System.Long _
    ) 
    public void SetSize( 
       System.long libNewSize
    )

    Parameters

    libNewSize
    See Also