Property: BarcodeWidth

Specifies the distance between the beginning and end of a barcode symbol in pixels.

Syntax:

property BarcodeWidth: Integer;

Description:

Specifies the distance between the beginning and end of a barcode symbol in pixels. See diagram:

BarcodeWidth

For the TBarcode_UPCA, TBarcode_UPCE, TBarcode_UPCE0, TBarcode_UPCE1, TBarcode_EAN2, TBarcode_EAN5, TBarcode_EAN8, and TBarcode_EAN13 barcode components, if the TextAlignment property is set to "taCustom", the width of quiet zone marks and their horizontal spacing (LeftQuietZoneSpacing and RightQuietZoneSpacing) are included. See diagram:

BarcodeWidth (TextAlignment = taCustom)

For the TBarcode_ITF6 and TBarcode_ITF14 barcode components, the width of the left and right bearer bars (BearerWidth), the left spacing, and the right spacing are included. See diagram:

BarcodeWidth (ITF6, ITF14)

If the human readable text is displayed, and it exceeds the barcode symbol in horizontal direction, the excess is included. See diagram:

BarcodeWidth (Long text)

The property is set using the following formula:

Contents