Interface MultipleBarcodeReader
Implementation of this interface attempt to read several barcodes from one image.
public interface MultipleBarcodeReader
Methods
decodeMultiple(BinaryBitmap)
Decodes the multiple.
Result[] decodeMultiple(BinaryBitmap image)
Parameters
image
BinaryBitmapThe image.
Returns
- Result[]
decodeMultiple(BinaryBitmap, IDictionary<DecodeHintType, object>)
Decodes the multiple.
Result[] decodeMultiple(BinaryBitmap image, IDictionary<DecodeHintType, object> hints)
Parameters
image
BinaryBitmapThe image.
hints
IDictionary<DecodeHintType, object>The hints.
Returns
- Result[]