Property: RowHeight

(TBarcode2D_PDF417, TBarcode2D_CCC)

Specifies the height of each stacked row for a PDF417 stacked barcode symbol, or for the CC-C 2D component of an EAN.UCC composite barcode symbol, in modules.

Syntax:

type

{ Defined in the pPDF417Custom unit }

TPDF417_RowHeight = 1 .. 99;

property RowHeight: TPDF417_RowHeight;

Description:

The property specifies the height of each stacked row for a PDF417 barcode symbol, or for the CC-C 2D component of an EAN.UCC composite barcode symbol, in modules. The CC-C is one of the three choices for the 2D component in a barcode symbol encoded in EAN.UCC composite barcode symbology.

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

See diagram:

RowHeight property (PDF417)  RowHeight property (CC-C)

Contents