Skip to main content

BarCodeBrick.Module Property

Gets or sets the width of the narrowest bar or space in the current BarCodeBrick instance.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(2)]
public double Module { get; set; }

Property Value

Type Default Description
Double 2

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 to correctly display all its bars according to the currently selected BarCodeBrick.Generator, a bar code output may become unreadable by an appropriate bar code scanner.

Implements

See Also