Uses of Enum
com.pdftools.pdf2image.BackgroundType
Packages that use BackgroundType
-
Uses of BackgroundType in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that return BackgroundTypeModifier and TypeMethodDescriptionPngImageOptions.getBackground()Combine a background with the image (Getter)TiffFlateImageOptions.getBackground()Combine a background with the image (Getter)TiffLzwImageOptions.getBackground()Combine a background with the image (Getter)static BackgroundTypeReturns the enum constant of this type with the specified name.static BackgroundType[]BackgroundType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.pdf2image with parameters of type BackgroundTypeModifier and TypeMethodDescriptionvoidPngImageOptions.setBackground(BackgroundType value) Combine a background with the image (Setter)voidTiffFlateImageOptions.setBackground(BackgroundType value) Combine a background with the image (Setter)voidTiffLzwImageOptions.setBackground(BackgroundType value) Combine a background with the image (Setter)