Table of Contents

Interface MultipleBarcodeReader

Namespace
ZXing.Multi
Assembly
zxing.dll

Implementation of this interface attempt to read several barcodes from one image. Sean Owen Reader

public interface MultipleBarcodeReader

Methods

decodeMultiple(BinaryBitmap)

Decodes the multiple.

Result[] decodeMultiple(BinaryBitmap image)

Parameters

image BinaryBitmap

The image.

Returns

Result[]

decodeMultiple(BinaryBitmap, IDictionary<DecodeHintType, object>)

Decodes the multiple.

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

Parameters

image BinaryBitmap

The image.

hints IDictionary<DecodeHintType, object>

The hints.

Returns

Result[]