PDFPageImageFormat Enumeration
In This Topic
Specifies the supported formats for saving the converted page images.
Members
Member | Description |
PNG | The image is saved in PNG format. |
RAW | The image is saved in RAW format. The byte order is specified by the rendering surface. |
TIFF | The image is saved in TIFF format. B/W images are compressed using CCITT G4, color images are uncompressed. |
TIFF_LZW_COMPRESSED | The image is saved in TIFF format usinng LZW compression. Applies only to color images. |
TIFF_ZIP_COMPRESSED | The image is saved in TIFF format usinng Zip compression. Applies only to color images. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.render.PDFPageImageFormat
See Also