Uses of Enum Class
org.apache.pdfbox.rendering.ImageType
Packages that use ImageType
-
Uses of ImageType in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering that return ImageTypeModifier and TypeMethodDescriptionstatic ImageType
Returns the enum constant of this class with the specified name.static ImageType[]
ImageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pdfbox.rendering with parameters of type ImageTypeModifier and TypeMethodDescriptionPDFRenderer.renderImage
(int pageIndex, float scale, ImageType imageType) Returns the given page as an RGB or ARGB image at the given scale.PDFRenderer.renderImage
(int pageIndex, float scale, ImageType imageType, RenderDestination destination) Returns the given page as an RGB or ARGB image at the given scale.PDFRenderer.renderImageWithDPI
(int pageIndex, float dpi, ImageType imageType) Returns the given page as an RGB image at the given DPI.