Uses of Class
org.apache.pdfbox.rendering.ImageType
-
Packages that use ImageType Package Description org.apache.pdfbox.rendering -
-
Uses of ImageType in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering that return ImageType Modifier and Type Method Description static ImageTypeImageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageType[]ImageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.rendering with parameters of type ImageType Modifier and Type Method Description java.awt.image.BufferedImagePDFRenderer. renderImage(int pageIndex, float scale, ImageType imageType)Returns the given page as an RGB or ARGB image at the given scale.java.awt.image.BufferedImagePDFRenderer. renderImage(int pageIndex, float scale, ImageType imageType, RenderDestination destination)Returns the given page as an RGB or ARGB image at the given scale.java.awt.image.BufferedImagePDFRenderer. renderImageWithDPI(int pageIndex, float dpi, ImageType imageType)Returns the given page as an RGB image at the given DPI.
-