Uses of Enum
com.pdftools.pdf2image.ColorSpace
Packages that use ColorSpace
-
Uses of ColorSpace in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that return ColorSpaceModifier and TypeMethodDescriptionTiffFlateImageOptions.getColorSpace()The color space of the output image (Getter)TiffLzwImageOptions.getColorSpace()The color space of the output image (Getter)static ColorSpaceReturns the enum constant of this type with the specified name.static ColorSpace[]ColorSpace.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 ColorSpaceModifier and TypeMethodDescriptionvoidTiffFlateImageOptions.setColorSpace(ColorSpace value) The color space of the output image (Setter)voidTiffLzwImageOptions.setColorSpace(ColorSpace value) The color space of the output image (Setter)