Table of Contents

Class IMBReader

Namespace
ZXing.IMB
Assembly
zxing.dll

implements an Intelligent Mail barcode Rishabh Hatgadkar

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

Constructors

IMBReader()

public IMBReader()

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

doDecode(BinaryBitmap, IDictionary<DecodeHintType, object>)

decode the image

protected override Result doDecode(BinaryBitmap image, IDictionary<DecodeHintType, object> hints)

Parameters

image BinaryBitmap
hints IDictionary<DecodeHintType, object>

Returns

Result

reset()

resets internal state

public override void reset()