Modifier and Type | Method and Description |
---|---|
BarcodeReaderResult |
BarcodeReader.getResultAt(int pos)
The method returns
BarcodeReaderResult object containg information about
successfully recognized barcode in the previous call to
BarcodeReader.readRGBImageBuffer(byte[] data, int width, int height, int bpp) ,
BarcodeReader.readBufferedImage(java.awt.image.BufferedImage buffImage) or
BarcodeReader.readFile(String path, int pageIndex) . |