JpegWriter Constructor (Stream)

Initializes a new instance of the JpegWriter class using the specified Stream.

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

Syntax

C#
public JpegWriter(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The Stream to create this writer on.

See Also

Reference