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

LosslessJpegTransform.Open Method (Stream)

Opens the JPEG transform object on the specified stream.

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

Syntax

Visual Basic
Public Sub Open ( _
	stream As Stream _
)
C#
public void Open(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The stream which contains the JPEG file to open transform on.

Remarks

When you finished working with this file, you should call Close() method.

See Also

Reference