Property: ECCLevel

(TBarcode2D_CompactMatrix)

Specifies which ECC level (error correction code level) will be used to increase strength of a Compact Matrix barcode symbol.

Syntax:

type

{ Defined in the pCompactMatrix unit }

TCompactMatrix_EccLevel = 1..8;

property ECCLevel: TCompactMatrix_EccLevel;

Description:

The Compact Matrix symbology offers eight levels of error correction, from 1 to 8 respectively in increasing order of recovery capacity.

The property specifies which ECC level (error correction code level) will be used to increase strength of a Compact Matrix barcode symbol. It can be one of values from 1 to 8, corresponding to the ECC levels from 1 to 8.

If the ECCLevelUpgrade property is set to true, the highest error correction code level that can be accommodated by current symbol size will by used for creating more robust symbols. Note, the new level is always no lower than the level specified by this property, and the symbol size will not be increased, it may be determined depending on the length of barcode text, and the error correction code level specified by this property. In other words, only the remaining capacity in current symbol size will be used to upgrade the error correction code level.

The CurrentECCLevel property can always be used to get the factual error correction code level.

See also the "Error checking and correcting (ECC)" section in the "TBarcode2D_CompactMatrix" article.

Contents