Skip to main content
A newer version of this page is available. .

DataBarGenerator.CalcCheckSum Property

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

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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