Property: TrailingQuietZone

Specifies the horizontal width of the trailing quiet zone in modules.

Syntax:

property TrailingQuietZone: Integer;

Description:

Specifies the horizontal width of the trailing quiet zone in modules. The quiet zone is drawn using the color specified by the SpaceColor property if the Inversed property is set to false. Otherwise, it's drawn using the color specified by the BarColor property. See diagram (the SpaceColor property value is set to claSilver in order to accentuate the quiet zones):

TrailingQuietZone property

This property is useful only when the ShowQuietZone property value is set to true or the barcode symbology is a TBarcodeFmx2D_Code16K symbol.

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

TrailingQuietZone property (Code 16K)

Contents