Property: LeadingQuietZone

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

Syntax:

property LeadingQuietZone: Integer;

Description:

Specifies the horizontal width of the leading 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):

LeadingQuietZone property

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

For the TBarcodeFmx2D_Code16K barcode component, the leading 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):

LeadingQuietZone property (Code 16K)

Contents