Property: Placement

(TBarcodeFmx2D_CompactMatrix)

Specifies how to place symbol characters when encoding the barcode text into a Compact Matrix symbol.

Syntax:

type

TCompactMatrix_Placement = (pmSequence, pmInterlacement);

property Placement: TCompactMatrix_Placement;

Description:

Compact Matrix symbology has two symbol charcacters placement methods as sequence and interlacement. The property specifies which placement method will be used to generate the Compact Matrix symbol. It can be one of values pmSequence and pmInterlacement, corresponding to the symbol charcacters placement methods sequence and interlacement.

Contents