Skip to main content

CodabarGenerator.CalcCheckSum Property

Overrides the BarCodeGeneratorBase.CalcCheckSum property.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override bool CalcCheckSum { get; set; }

Property Value

Type Description
Boolean

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