Uses of Class
com.pdftools.pdf2image.ImageOptions
Packages that use ImageOptions
-
Uses of ImageOptions in com.pdftools.pdf2image
Subclasses of ImageOptions in com.pdftools.pdf2imageModifier and TypeClassDescriptionclassThe settings for TIFF Fax output imagesclassThe settings for JPEG output imagesclassThe settings for PNG output imagesclassThe settings for TIFF output images using the Flate compression algorithmclassThe settings for TIFF output images using the JPEG compression algorithmclassThe settings for TIFF output images using the LZW compression algorithm -
Uses of ImageOptions in com.pdftools.pdf2image.profiles
Methods in com.pdftools.pdf2image.profiles that return ImageOptionsModifier and TypeMethodDescriptionArchive.getImageOptions()The settings for the output TIFF (Getter)Viewing.getImageOptions()The settings for the output image (Getter)Methods in com.pdftools.pdf2image.profiles with parameters of type ImageOptionsModifier and TypeMethodDescriptionvoidArchive.setImageOptions(ImageOptions value) The settings for the output TIFF (Setter)voidViewing.setImageOptions(ImageOptions value) The settings for the output image (Setter)