Uses of Enum
com.itextpdf.pdfocr.ScaleMode
-
Uses of ScaleMode in com.itextpdf.pdfocr
Modifier 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.Modifier and TypeMethodDescriptionfinal OcrPdfCreatorProperties
OcrPdfCreatorProperties.setScaleMode
(ScaleMode scaleMode) Sets scale mode for input images using available options fromScaleMode
enumeration.