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

JpegWriter Constructor (Stream)

Creates and initializes new JpegWriter class instance. It also opens this writer 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 JpegWriter(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

Stream to open the writer on.

See Also

Reference