TBitMatrixParser Class

Unit: ZXing.Datamatrix.Internal.BitMatrixParser
System.TObject
  ZXing.Datamatrix.Internal.BitMatrixParser.TBitMatrixParser
type TBitMatrixParser = class(TObject)

The TBitMatrixParser type exposes the following members.

Show:
 NameDescription
Create

Destroy

Top
Show:
 NameDescription
Version

Top
Show:
 NameDescription
extractDataRegion

Extracts the data region from a that contains alignment patterns.

Original with alignment patterns

BitMatrix that has the alignment patterns removed

readCodewords

Reads the bits in the representing the mapping matrix (No alignment patterns) in the correct order in order to reconstitute the codewords bytes contained within the Data Matrix Code.

bytes encoded within the Data Matrix Code

if the exact number of bytes expected is not read
Top