Uses of Enum Class
com.itextpdf.pdfrender.PdfRenderImageType
Packages that use PdfRenderImageType
-
Uses of PdfRenderImageType in com.itextpdf.pdfrender
Methods in com.itextpdf.pdfrender that return PdfRenderImageTypeModifier and TypeMethodDescriptionstatic PdfRenderImageTypeRenderingProperties.getDefaultImageType()Gets the default image type of the resultant images.RenderingProperties.getImageType()Gets the image type in which the resultant images will be generated.static PdfRenderImageTypeReturns the enum constant of this class with the specified name.static PdfRenderImageType[]PdfRenderImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.itextpdf.pdfrender with parameters of type PdfRenderImageTypeModifier and TypeMethodDescriptionRenderingProperties.setImageType(PdfRenderImageType imageType) Sets the image type in which the resultant images will be generated.