UPCEGeneratorBase.CalcCheckSum Property
Overrides the BarCodeGeneratorBase.CalcCheckSum property.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the bar code object needs a checksum to be calculated; otherwise, false. |
Remarks
This property is intended to hide the corresponding property of the BarCodeGeneratorBase class, since a checksum is never calculated for the UPC-E bar code type.
See Also