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

LosslessJpegTransform Constructor (Stream)

Creates and initializes new LosslessJpegTransform class instance. It also opens this transform on specified stream.

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

Syntax

Visual Basic
Public Sub New ( _
	stream As Stream _
)
C#
public LosslessJpegTransform(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

Name of the stream to open the JPEG file transform on.

See Also

Reference