public class JpegSaveOptions
extends com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions
Jpeg Save options for Image Documents.
Constructor and Description |
---|
JpegSaveOptions()
Creates JpegSaveOptions with default values.
|
Modifier and Type | Method and Description |
---|---|
byte |
getBitsPerChannel()
Gets or sets bits per channel for lossless jpeg image.
|
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.
|
int |
getFileFormat()
Gets or sets file format of signed document.
|
int |
getQuality()
Gets or sets image quality.
|
int |
getSampleRoundingMode()
Gets or sets the sample rounding mode to fit an 8-bit value to an n-bit value
JpegOptions.BitsPerChannel.
|
void |
setBitsPerChannel(byte value)
Gets or sets bits per channel for lossless jpeg image.
|
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 |
setFileFormat(int value)
Gets or sets file format of signed document.
|
void |
setQuality(int value)
Gets or sets image quality.
|
void |
setSampleRoundingMode(int value)
Gets or sets the sample rounding mode to fit an 8-bit value to an n-bit value
JpegOptions.BitsPerChannel.
|
toString
getAddMissingExtenstion, getOverwriteExistingFiles, getPassword, getUseOriginalPassword, setAddMissingExtenstion, setOverwriteExistingFiles, setPassword, setUseOriginalPassword
public JpegSaveOptions()
Creates JpegSaveOptions with default values.
public byte getBitsPerChannel()
Gets or sets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel.
public int getColorType()
Gets or sets the color type for jpeg image.
public String getComment()
Gets or sets the jpeg file comment.
public int getCompressionType()
Gets or sets the compression type.
public final int getFileFormat()
Gets or sets file format of signed document. Hidden because not in use for this options class.
getFileFormat
in class com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions
public int getQuality()
Gets or sets image quality.
public int getSampleRoundingMode()
Gets or sets the sample rounding mode to fit an 8-bit value to an n-bit value JpegOptions.BitsPerChannel.
public void setBitsPerChannel(byte value)
Gets or sets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel.
public void setColorType(int value)
Gets or sets the color type for jpeg image.
public void setComment(String value)
Gets or sets the jpeg file comment.
public void setCompressionType(int value)
Gets or sets the compression type.
public final void setFileFormat(int value)
Gets or sets file format of signed document. Hidden because not in use for this options class.
setFileFormat
in class com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions
public void setQuality(int value)
Gets or sets image quality.
public void setSampleRoundingMode(int value)
Gets or sets the sample rounding mode to fit an 8-bit value to an n-bit value JpegOptions.BitsPerChannel.