Skip to main content

TdxBarCodeProperties.ModuleWidth Property

Specifies the barcode module’s width, in pixels.

Declaration

property ModuleWidth; default 2;

Property Value

Type Default
Integer 2

Remarks

A module is an elementary barcode unit (bar) with the minimum size (width). The module width determines the final barcode size. You can use this property to adjust the module width if the FitMode property is set to ifmNormal or ifmFit.

Note

A printed barcode can be potentially unreadable by scanners if the module width is too small.

The default ModuleWidth property value is 2.

See Also