JpegOptions class

JpegOptions class

Options for conversion to Jpeg file type.

Inheritance: JpegOptionsValueObject

The JpegOptions type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of JpegOptions class.

Properties

Property Description
quality Desired image quality. The value must be between 0 and 100. The default value is 100.
color_mode Jpg color mode.
compression Jpg compression method.

Methods

Method Description
equals Determines whether two object instances are equal.

See Also