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

XRCodeMSIGenerator.CheckSum Property

Gets or sets the value which specifies the checksum type for the MSI bar code.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public MSICheckSum CheckSum { get; set; }

Property Value

Type Description
MSICheckSum

One of the MSICheckSum enumeration’s values.

Remarks

Use this property to specify the checksum method, which defines the appearance of checksum bars added to the bar code. To avoid calculating a checksum for an MSI bar code set this property’s value to MSICheckSum.None.

See Also