Property: Stretch

Specifies whether to reduce/stretch the barcode symbol to specified size.

Syntax:

property Stretch: Boolean;

Description:

The property specifies whether to reduce/stretch the barcode symbol to fit the size specified by BarcodeWidth and BarcodeHeight properties. The barcode symbol together with its quiet zones (if they are displayed) will be reduced/stretched if the property is set to true. You can use the LeadingQuietZone, TrailingQuietZone, TopQuietZone, and BottomQuietZone properties to specify the size of these quiet zones in modules. And use the ShowQuietZone property to specify whether to display these quiet zones.

Contents