Skip to main content
A newer version of this page is available. .

BarCode.Module Property

Gets or sets the width of the narrowest bar or space in the bar code.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public double Module { get; set; }

Property Value

Type Description
Double

A Double value which represents the width of the narrowest bar or space.

Remarks

The Module property cannot be set to a value less than or equal to 0. Note that if the Module property is set to a very small value so that the width of a bar code is too small, a bar code image may be unreadable by a scanner.

See Also