Property: PatchType

(TBarcode1D_Patch)

For TBarcode1D_Patch barcode component, the property determines which Patch Code patterns to use.

Syntax:

type

{ Defined in the pPatch unit }

TPatchType = string;

property PatchType: TPatchType;

Description:

For Patch Code barcode symbology, there are six patch patterns ("1", "2", "3", "4", "6" and "T") that can be used. The property determines which Patch Code to use as follows:

Note: Only one of characters 1, 2, 3, 4, 5, and T is allowed, an OnInvalidChar event will occur if you set the property to other character, and an OnInvalidLength event will occur if you set the property to 2 or more characters, or set it to empty.

Contents