CodeMSIGenerator.MSICheckSum Property
Gets or sets the checksum type for the bar code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
MSICheckSum | An MSICheckSum enumeration value which represents the checksum type. |
Available values:
Name | Description |
---|---|
None | The checksum is not calculated. |
Modulo10 | The checksum is calculated with respect to base 10. |
DoubleModulo10 | The checksum is calculated with respect to base 10 twice. |
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MSICheckSum property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.