TCode128Reader.decodeRow Method

Definition

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

Delphi
function decodeRow(const rowNumber: Integer; const row: IBitArray; const hints: TDictionary<TDecodeHintType, TObject>): TReadResult

Parameters

rowNumber
Integer

row number from top of the row

row
IBitArray

the black/white pixel data of the row

hints
TDictionary<TDecodeHintType, TObject>

decode hints

Returns

TReadResult

Result containing encoded string and start/end of barcode