Class QRCodeMultiReader
This implementation can detect and decode multiple QR Codes in an image.
public sealed class QRCodeMultiReader : QRCodeReader, Reader, MultipleBarcodeReader
- Inheritance
-
QRCodeMultiReader
- Implements
- Inherited Members
Constructors
QRCodeMultiReader()
public QRCodeMultiReader()
Methods
decodeMultiple(BinaryBitmap)
Decodes the multiple.
public Result[] decodeMultiple(BinaryBitmap image)
Parameters
image
BinaryBitmapThe image.
Returns
- Result[]
decodeMultiple(BinaryBitmap, IDictionary<DecodeHintType, object>)
Decodes the multiple.
public Result[] decodeMultiple(BinaryBitmap image, IDictionary<DecodeHintType, object> hints)
Parameters
image
BinaryBitmapThe image.
hints
IDictionary<DecodeHintType, object>The hints.
Returns
- Result[]