Skip to main content

DataBarGenerator.CalcCheckSum Property

Gets or sets whether or not to calculate a checksum for the bar code.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Default Description
Boolean true

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