Property: SpaceColor

Specifies the color for all spaces in the barcode symbol.

Syntax:

property SpaceColor: TColor;

Description:

Specifies the color for all spaces in the barcode symbol. By default, it's clWhite.

If the human readable text is represent, the color will be used as its background color (the foreground color is specified using the TextFont property). For TBarcode1D_ITF6, TBarcode1D_ITF14, and TBarcode1D_ITF16 components, the left spacing and the right spacing will be represented using the color. For TBarcode1D_UPCE, TBarcode1D_UPCE0, TBarcode1D_UPCE1, TBarcode1D_UPCA, TBarcode1D_EAN2, TBarcode1D_EAN5, TBarcode1D_EAN8, and TBarcode1D_EAN13 components, if the human readable text is represented, and the TextAlignment property is set to taCustom, the left and right quiet zones, left quietzone spacing and right quiet zone spacing will be represented using the color. In other words, the property specify the background color for entire barcode symbol.

Contents