PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFPageImageFormat Enumeration
In This Topic
    PDFPageImageFormat Enumeration
    In This Topic
    Specifies the supported formats for saving the converted page images.
    Members
    MemberDescription
    PNGThe image is saved in PNG format.
    RAWThe image is saved in RAW format. The byte order is specified by the rendering surface.
    TIFFThe image is saved in TIFF format. B/W images are compressed using CCITT G4, color images are uncompressed.
    TIFF_LZW_COMPRESSEDThe image is saved in TIFF format usinng LZW compression. Applies only to color images.
    TIFF_ZIP_COMPRESSEDThe 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