Property: RowHeight

(TBarcodeFmx2D_PDF417)

Specifies the height of each stacked row for a PDF417 stacked barcode symbol, in modules.

Syntax:

type

{ Defined in the pfmxPDF417Custom unit }

TPDF417_RowHeight = 1 .. 99;

property RowHeight: TPDF417_RowHeight;

Description:

The property specifies the height of each stacked row for a PDF417 barcode symbol, in modules.

The property should be set to an integer between 1 and 99 (including the boundaries, defined in the pfmxPDF417Custom unit). In general, it shall be a minimum of 3 modules.

See diagram:

RowHeight property (PDF417)

Contents