TCode128Reader.decodeRow Method

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

Unit: ZXing.OneD.Code128Reader
function decodeRow(const rowNumber: Integer; const row: IBitArray; const hints: TDictionary<TDecodeHintType, TObject>): TReadResult

Parameters

rowNumber
Type: System.Integer

row number from top of the row

row
Type: ZXing.Common.BitArray.IBitArray

the black/white pixel data of the row

hints
Type: TDictionary<TDecodeHintType, TObject>

decode hints

Return Value

containing encoded string and start/end of barcode

Overrides

ZXing.OneD.OneDReader.TOneDReader.decodeRow