Skip to main content

CodabarGenerator.CalcCheckSum Property

Overrides the BarCodeGeneratorBase.CalcCheckSum property.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Package: DevExpress.Printing.Core

#Declaration

[Browsable(false)]
[DefaultValue(false)]
public override bool CalcCheckSum { get; set; }

#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