Property: CurrentECCLevel

(TBarcodeFmx2D_CompactMatrix)

Contains the factual error correction code level of a Compact Matrix barcode symbol.

Syntax:

type

{ Defined in the pfmxCompactMatrix unit }

TCompactMatrix_EccLevel = 1..8;

property CurrentECCLevel: TCompactMatrix_EccLevel;

Description:

The property always contains the factual error correction code level 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 remaining data capacity of a Compact Matrix barcode symbol will be used to automatically upgrade the error correction code level, the highest error correction code level that can be accommodated by current symbol size will by used for creating more robust symbols. Read the property to retrieve the factual error correction code level of the Compact Matrix barcode symbol.

If the ECCLevelUpgrade property is set to false, the error correction code level specified by the ECCLevel property will be used always. The value of this property is always equal to the value of the ECCLevel property.

The property is read only.

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

Contents