Skip to main content

IBarCodeData.AutoModule Property

Gets the value indicating whether or not the barcode‘s auto-module setting is enabled.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Package: DevExpress.Printing.Core

Declaration

bool AutoModule { get; }

Property Value

Type Description
Boolean

true if the BarCodeBrick.AutoModule property is enabled; otherwise false.

See Also