Table of Contents

Class QRCodeMultiReader

Namespace
ZXing.Multi.QrCode
Assembly
zxing.dll

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 BinaryBitmap

The image.

Returns

Result[]

decodeMultiple(BinaryBitmap, IDictionary<DecodeHintType, object>)

Decodes the multiple.

public Result[] decodeMultiple(BinaryBitmap image, IDictionary<DecodeHintType, object> hints)

Parameters

image BinaryBitmap

The image.

hints IDictionary<DecodeHintType, object>

The hints.

Returns

Result[]