DataBarGenerator.CalcCheckSum Property
Gets or sets whether or not to calculate a checksum for the bar code.
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 requires a checksum calculation; otherwise, false. |
Remarks
A checksum is calculated for the bar code’s text represented by its TextBrickBase.Text property. If the CalcCheckSum property is set to false, then the smaller version of the bar code is shown (without “checksum” bars).
See Also