Property: Shape

(TBarcode2D_DataMatrixEcc200)

Specifies which shape of Data Matrix (ECC 200) symbol will be selected to generate the Data Matrix (ECC 200) barcode symbol.

Syntax:

type

{ Defined in the pDataMatrixEcc200 unit }

TDataMatrixEcc200_Shape = (dsSquare, dsRectangle);

property Shape: TDataMatrixEcc200_Shape;

Description:

There are two shapes of Data Matrix (ECC 200) symbols, square and rectangle. The property specifies which shape of Data Matrix (ECC 200) symbol will be selected to generate the barcode symbol.

The property can be one of these values (defined in the pDataMatrixEcc200 unit):

See also the "Shapes" section in the "TBarcode2D_DataMatrixECC2OO" article.

Contents