JpegLoadOptions
Inheritance: java.lang.Object, com.aspose.imaging.LoadOptions
public class JpegLoadOptions extends LoadOptions
Load options class for Jpeg images.
Constructors
| Constructor | Description |
|---|---|
| JpegLoadOptions() |
Methods
| Method | Description |
|---|---|
| getJpegDecoderQuality() | Gets the JPEG decoder quality. |
| setJpegDecoderQuality(int value) | Sets the JPEG decoder quality. |
JpegLoadOptions()
public JpegLoadOptions()
getJpegDecoderQuality()
public final int getJpegDecoderQuality()
Gets the JPEG decoder quality.
Value: The JPEG decoder quality.
Returns: int - the JPEG decoder quality.
setJpegDecoderQuality(int value)
public final void setJpegDecoderQuality(int value)
Sets the JPEG decoder quality.
Value: The JPEG decoder quality.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the JPEG decoder quality. |