public class JpegOptions extends ImageOptionsBase
The jpeg file format create options.
| Constructor and Description |
|---|
JpegOptions()
Initializes a new instance of the
JpegOptions class. |
JpegOptions(JpegOptions jpegOptions)
Initializes a new instance of the
JpegOptions class. |
getPalette, getSource, getUseCompactPalette, setPalette, setSource, setUseCompactPalettepublic JpegOptions()
Initializes a new instance of the JpegOptions class.
public JpegOptions(JpegOptions jpegOptions)
Initializes a new instance of the JpegOptions class.
jpegOptions - The JPEG options.