Class FaxImageOptions
The settings for TIFF Fax output images
Create a black-and-white (bitonal) TIFF Fax output image. For the output file name, it is recommended to use the file extension ".tif".-
Method Summary
Modifier and TypeMethodDescriptionThe Fax compression algorithm (Getter)The vertical image resolution (Getter)voidThe Fax compression algorithm (Setter)voidThe vertical image resolution (Setter)Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Method Details
-
getVerticalResolution
The vertical image resolution (Getter)
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 -
setVerticalResolution
The vertical image resolution (Setter)
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- Throws:
IllegalArgumentException- ifvalueisnull
-
getCompression
The Fax compression algorithm (Getter)
This property allows a choice of which compression type to use. For details, see
TiffBitonalCompressionType.Default:
TiffBitonalCompressionType.G3 -
setCompression
The Fax compression algorithm (Setter)
This property allows a choice of which compression type to use. For details, see
TiffBitonalCompressionType.Default:
TiffBitonalCompressionType.G3- Throws:
IllegalArgumentException- ifvalueisnull
-