JpegOptions class
JpegOptions class
Options for conversion to Jpeg file type.
The JpegOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of JpegOptions class. |
Properties
| Property | Description |
|---|---|
| color_mode | The JPG color mode. |
| compression | The Jpg compression method. |
| quality | The desired image quality, which must be between 0 and 100, with a default of 100. |