CodabarGenerator.CalcCheckSum Property
In This Article
Overrides the BarCodeGeneratorBase.CalcCheckSum property.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to calculate a checksum for the barcode; false, otherwise. |
#Remarks
This property is intended to hide the corresponding property of the BarCodeGeneratorBase class, since a checksum is never calculated for the Codabar barcode type.
See Also