Property: BottomQuietZone

Specifies the vertical height of the bottom quiet zone in modules.

Syntax:

property BottomQuietZone: Integer;

Description:

Specifies the vertical height of the bottom quiet zone in modules. The quiet zone is represented using the color specified by the SpaceColor property if the Inversed property is set to false. Otherwise, it's represented using the color specified by the BarColor property. See diagram (the SpaceColor property value is set to clSilver in order to accentuate the quiet zones):

BottomQuietZone property

This property is useful only when the ShowQuietZone property value is set to true.

For the TBarcode2D_CCA, TBarcode2D_CCB, and TBarcode2D_CCC components, if the Linear property is set, the 2D symbol and the linear symbol are assembled to generate an EAN.UCC composite barcode symbol, the bottom quiet zone is close to the bottom boundaries of entire EAN.UCC composite barcode symbol, namely, the bottom boundaries of the linear symbol. See diagram (the SpaceColor property value is set to clSilver in order to accentuate the quiet zones):

BottomQuietZone property (CC-A, CC-B, CC-C)

Contents