Uses of Enum
org.apache.pdfbox.rendering.ImageType
Packages that use ImageType
-
Uses of ImageType in org.apache.pdfbox.debugger.ui
Methods in org.apache.pdfbox.debugger.ui that return ImageTypeModifier and TypeMethodDescriptionstatic ImageType
ImageTypeMenu.getImageType()
static ImageType
ImageTypeMenu.getImageType
(String actionCommand) -
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 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 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.