Table of Contents

Class RSSExpandedReader

Namespace
ZXing.OneD.RSS.Expanded
Assembly
zxing.dll

Pablo Orduña, University of Deusto (pablo.orduna@deusto.es) Eduardo Castillejo, University of Deusto (eduardo.castillejo@deusto.es)

public sealed class RSSExpandedReader : AbstractRSSReader, Reader
Inheritance
RSSExpandedReader
Implements
Inherited Members

Constructors

RSSExpandedReader()

public RSSExpandedReader()

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 this instance.

public override void reset()