Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarCodeProperties.ModuleWidth Property

Specifies the barcode module’s width, in pixels.

#Declaration

Delphi
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