Class RSS14Reader
Decodes RSS-14, including truncated and stacked variants. See ISO/IEC 24724:2006.
public sealed class RSS14Reader : AbstractRSSReader, Reader
- Inheritance
-
RSS14Reader
- Implements
- Inherited Members
Constructors
RSS14Reader()
Initializes a new instance of the RSS14Reader class.
public RSS14Reader()
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
introw number from top of the row
row
BitArraythe 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()