Uses of Enum
com.pdftools.pdf2image.JpegColorSpace
Packages that use JpegColorSpace
-
Uses of JpegColorSpace in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that return JpegColorSpaceModifier and TypeMethodDescriptionJpegImageOptions.getColorSpace()The color space of the output image (Getter)TiffJpegImageOptions.getColorSpace()The color space of the output image (Getter)static JpegColorSpaceReturns the enum constant of this type with the specified name.static JpegColorSpace[]JpegColorSpace.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 JpegColorSpaceModifier and TypeMethodDescriptionvoidJpegImageOptions.setColorSpace(JpegColorSpace value) The color space of the output image (Setter)voidTiffJpegImageOptions.setColorSpace(JpegColorSpace value) The color space of the output image (Setter)