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

JpegWriter Constructor

Creates and initializes new JpegWriter class instance.

Overload List

Name Description
Public method JpegWriter()

Creates and initializes new JpegWriter class instance.

Public method JpegWriter(Stream)

Creates and initializes new JpegWriter class instance. It also opens this writer on specified stream.

Public method JpegWriter(String)

Creates and initializes new JpegWriter class instance. It also opens this writer on specified file.

See Also

Reference