Uses of Enum
com.itextpdf.pdfocr.ScaleMode
Packages that use ScaleMode
-
Uses of ScaleMode in com.itextpdf.pdfocr
Methods in com.itextpdf.pdfocr that return ScaleModeModifier and TypeMethodDescriptionfinal ScaleMode
OcrPdfCreatorProperties.getScaleMode()
Gets scale mode for input images using available options fromScaleMode
enumeration.static ScaleMode
Returns the enum constant of this type with the specified name.static ScaleMode[]
ScaleMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.pdfocr with parameters of type ScaleModeModifier and TypeMethodDescriptionfinal OcrPdfCreatorProperties
OcrPdfCreatorProperties.setScaleMode
(ScaleMode scaleMode) Sets scale mode for input images using available options fromScaleMode
enumeration.