Property: BarcodeWidth

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

Syntax:

property BarcodeWidth: Single;

Description:

Specifies the distance between the beginning and end of a barcode symbol in pixels. If the quiet zones are drawn (the ShowQuietZone property is set to true), the leading quiet zone and the trailing quiet zone are included. See diagram (the SpaceColor property value is set to claSilver in order to accentuate the quiet zones):

BarcodeWidth property

The property is set using the following formula:

Note:

For the TBarcodeFmx2D_Code16K barcode component, the leading quiet zone and the trailing quiet zone are included always, even if the ShowQuietZone property is set to false. See diagram (the SpaceColor property value is set to claSilver in order to accentuate the quiet zones):

BarcodeWidth property (Code 16K)

Contents