This documentation is for the old version. Go to the latest Graphics Mill docs

StreamWrapper.SetSize Method

Changes the size of the stream object.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overridable Sub SetSize ( _
	libNewSize As Long _
)
C#
public virtual void SetSize(
	long libNewSize
)

Parameters

libNewSize

Type: System.Int64

Specifies the new size of the stream as a number of bytes.

Remarks

For more information, please see the existing documentation for IStream::SetSize in the MSDN library.

See Also

Reference