Table of Contents

Class MultiFormatOneDReader

Namespace
ZXing.OneD
Assembly
zxing.dll

dswitkin@google.com (Daniel Switkin) Sean Owen

public sealed class MultiFormatOneDReader : OneDReader, Reader
Inheritance
MultiFormatOneDReader
Implements
Inherited Members

Constructors

MultiFormatOneDReader(IDictionary<DecodeHintType, object>)

Initializes a new instance of the MultiFormatOneDReader class.

public MultiFormatOneDReader(IDictionary<DecodeHintType, object> hints)

Parameters

hints IDictionary<DecodeHintType, object>

The hints.

Methods

decodeRow(int, BitArray, IDictionary<DecodeHintType, object>)

Attempts to decode a one-dimensional barcode format given a single row of an image.

public override Result decodeRow(int rowNumber, BitArray row, IDictionary<DecodeHintType, object> hints)

Parameters

rowNumber int

row number from top of the row

row BitArray

the black/white pixel data of the row

hints IDictionary<DecodeHintType, object>

decode hints

Returns

Result

Resultcontaining encoded string and start/end of barcode or null, if an error occurs or barcode cannot be found

reset()

Resets any internal state the implementation has after a decode, to prepare it for reuse.

public override void reset()