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 TBarcode1D_UPCA, TBarcode1D_UPCE, TBarcode1D_UPCE0, TBarcode1D_UPCE1, TBarcode1D_EAN2, TBarcode1D_EAN5, TBarcode1D_EAN8, and TBarcode1D_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 TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 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