EAN13Generator.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 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 always calculated for the EAN 13 bar code type.
See Also