TVersion Class

The Version object encapsulates attributes about a particular size Data Matrix Code.

Unit: ZXing.Datamatrix.Internal.Version
System.TObject
  ZXing.Datamatrix.Internal.Version.TVersion
type TVersion = class(TObject)

The TVersion type exposes the following members.

Show:
 NameDescription
TECB

Encapsualtes the parameters for one error-correction block in one symbol version. This includes the number of data codewords, and the number of times a block with these parameters is used consecutively in the Data Matrix code version's format.

TECBlocks

Encapsulates a set of error-correction blocks in one symbol version. Most versions will use blocks of differing sizes within one version, so, this encapsulates the parameters for each set of blocks. It also holds the number of error-correction codewords per block since it will be the same across all blocks within one version.

Top
Show:
 NameDescription
Destroy

Top
Show:
 NameDescription
ToString

getVersionForDimensions

Top