public class FaxImageOptions extends ImageOptions
Modifier and Type | Method | Description |
---|---|---|
TiffBitonalCompressionType |
getCompression() |
The Fax compression algorithm (Getter)
|
FaxVerticalResolution |
getVerticalResolution() |
The vertical image resolution (Getter)
|
void |
setCompression(TiffBitonalCompressionType value) |
The Fax compression algorithm (Setter)
|
void |
setVerticalResolution(FaxVerticalResolution value) |
The vertical image resolution (Setter)
|
equals, hashCode
public FaxVerticalResolution getVerticalResolution()
This property allows a choice of which vertical
resolution to use.
For details, see FaxVerticalResolution
.
Note that the horizontal resolution is fixed at 204 DPI by the Fax standard.
Default: FaxVerticalResolution.STANDARD
public void setVerticalResolution(FaxVerticalResolution value)
This property allows a choice of which vertical
resolution to use.
For details, see FaxVerticalResolution
.
Note that the horizontal resolution is fixed at 204 DPI by the Fax standard.
Default: FaxVerticalResolution.STANDARD
java.lang.IllegalArgumentException
- if value
is null
public TiffBitonalCompressionType getCompression()
This property allows a choice of which compression
type to use.
For details, see TiffBitonalCompressionType
.
Default: TiffBitonalCompressionType.G3
public void setCompression(TiffBitonalCompressionType value)
This property allows a choice of which compression
type to use.
For details, see TiffBitonalCompressionType
.
Default: TiffBitonalCompressionType.G3
java.lang.IllegalArgumentException
- if value
is null