Skip to main content

TdxCustomBarCodeProperties.ModuleWidth Property

Specifies the width (in pixels) of the narrowest bar in the displayed barcode.

Declaration

property ModuleWidth: Integer read; write;

Property Value

Type
Integer

Remarks

By specifying the narrowest bar width, this property value determines the barcode’s “actual” size, i.e., if the FitMode property is set to ifmNormal or ifmFit.

To change the barcode color, use the ModuleColor property.

Note

If the narrowest bar’s width is too small, a barcode image may potentially become unreadable by scanners.

See Also