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. |
Modifier and Type | Method and Description |
---|---|
StreamSource |
getCMYKColorProfile()
The destination CMYK color profile for CMYK jpeg images.
|
int |
getColorType()
Gets or sets the color type for jpeg image.
|
String |
getComment()
Gets or sets the jpeg file comment.
|
int |
getCompressionType()
Gets or sets the compression type.
|
JpegExifData |
getExifData()
Get or set exif data container
|
com.aspose.imaging.fileformats.jpeg.JFIFData |
getJfif()
Gets or sets the jfif.
|
int |
getQuality()
Gets or sets image quality.
|
StreamSource |
getRGBColorProfile()
The destination RGB color profile for CMYK jpeg images.
|
int |
getScaledQuality()
The scaled quality.
|
void |
setCMYKColorProfile(StreamSource value)
The destination CMYK color profile for CMYK jpeg images.
|
void |
setColorType(int value)
Gets or sets the color type for jpeg image.
|
void |
setComment(String value)
Gets or sets the jpeg file comment.
|
void |
setCompressionType(int value)
Gets or sets the compression type.
|
void |
setExifData(JpegExifData value)
Get or set exif data container
|
void |
setJfif(com.aspose.imaging.fileformats.jpeg.JFIFData value)
Gets or sets the jfif.
|
void |
setQuality(int value)
Gets or sets image quality.
|
void |
setRGBColorProfile(StreamSource value)
The destination RGB color profile for CMYK jpeg images.
|
getMultiPageOptions, getPalette, getResolutionSettings, getSource, getVectorRasterizationOptions, setMultiPageOptions, setPalette, setResolutionSettings, setSource, setVectorRasterizationOptions
public 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.public com.aspose.imaging.fileformats.jpeg.JFIFData getJfif()
Gets or sets the jfif.
public void setJfif(com.aspose.imaging.fileformats.jpeg.JFIFData value)
Gets or sets the jfif.
public String getComment()
Gets or sets the jpeg file comment.
public void setComment(String value)
Gets or sets the jpeg file comment.
public JpegExifData getExifData()
Get or set exif data container
public void setExifData(JpegExifData value)
Get or set exif data container
public int getCompressionType()
Gets or sets the compression type.
public void setCompressionType(int value)
Gets or sets the compression type.
public int getColorType()
Gets or sets the color type for jpeg image.
public void setColorType(int value)
Gets or sets the color type for jpeg image.
public int getQuality()
Gets or sets image quality.
public void setQuality(int value)
Gets or sets image quality.
public int getScaledQuality()
The scaled quality.
public StreamSource getRGBColorProfile()
The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.
public void setRGBColorProfile(StreamSource value)
The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.
public StreamSource getCMYKColorProfile()
The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.
public void setCMYKColorProfile(StreamSource value)
The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.