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 ScaleModeOcrPdfCreatorProperties.getScaleMode()Gets scale mode for input images using available options fromScaleModeenumeration.static ScaleModeReturns 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 OcrPdfCreatorPropertiesOcrPdfCreatorProperties.setScaleMode(ScaleMode scaleMode) Sets scale mode for input images using available options fromScaleModeenumeration.