Skip to main content

dxBarCodeUPCELeftQuietZoneSize Constant

Specifies the left quiet zone size of the UPC-E symbology, in barcode modules.

Declaration

const dxBarCodeUPCELeftQuietZoneSize: Integer = 9;

Returns

Type
Integer

Remarks

The UPC-E barcode generator multiplies the dxBarCodeUPCELeftQuietZoneSize and dxBarCodeUPCERightQuietZoneSize global constant values by the barcode control’s Properties.ModuleWidth property value to determine the distances (in pixels) between the displayed barcode and the control’s left and right boundaries, respectively.

The first digit in the UPC-E encoded text can be invisible or truncated if the dxBarCodeUPCELeftQuietZoneSize global constant value is too low.

See Also