Uses of Enum
com.pdftools.pdf2image.PngColorSpace
Packages that use PngColorSpace
-
Uses of PngColorSpace in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that return PngColorSpaceModifier and TypeMethodDescriptionPngImageOptions.getColorSpace()The color space of the output image (Getter)static PngColorSpaceReturns the enum constant of this type with the specified name.static PngColorSpace[]PngColorSpace.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 PngColorSpaceModifier and TypeMethodDescriptionvoidPngImageOptions.setColorSpace(PngColorSpace value) The color space of the output image (Setter)