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

TdxCustomBarCodeProperties.ModuleWidth Property

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

#Declaration

Delphi
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