JpegWriter Constructor

Overload List

Name Description
Public method JpegWriter(Stream)

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

Public method JpegWriter(String)

Initializes a new instance of the JpegWriter class using the specified file name.

Public method JpegWriter(Stream, Int32)

Initializes a new instance of the JpegWriter class using the specified JPEG quality.

Public method JpegWriter(String, Int32)

Initializes a new instance of the JpegWriter class using the specified JPEG quality.

Public method JpegWriter(Stream, Int32, Boolean, Boolean)

Initializes a new instance of the JpegWriter class using the specified JPEG compression settings.

Public method JpegWriter(String, Int32, Boolean, Boolean)

Initializes a new instance of the JpegWriter class using the specified JPEG compression settings.

See Also

Reference