Specifies whether to reduce/stretch the barcode symbol to specified width.
property StretchWidth: Boolean;
The property specifies whether to reduce/stretch the barcode symbol to fit the width specified by BarcodeWidth property.
If the property is set to false, the barcode symbol will not be reduced/stretched. The value of BarcodeWidth property will be ignored.
The barcode symbol width will be calculated based on the Module property value.
You can get the width and height by using the DefaultDisplayWidth method.
If the property is set to true, the barcode symbol will be reduced/stretched to fit the size specified by BarcodeWidth property.
The BarcodeWidth property specifies the width of barcode symbol. If the property value is less than or equal to zero, it specifies the right margin of the barcode symbol (the Orientation property is set to "boLeftRight" or "boRightLeft"), or the bottom margin of the barcode symbol (the Orientation property is set to "boTopBottom" or "boBottomTop"). See also the "BarcodeWidth" property.