CodeMSIOptions.Checksum Property
Gets or sets the checksum type for an MSI barcode. The BarcodeGenerator supports only the Mod 10 (Luhn) checksum algorithm.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| MSIChecksum | The MSI barcode’s checksum type. |
Available values:
| Name | Description |
|---|---|
| None | No checksum is used in an MSI barcode. |
| Modulo10 | An MSI barcode uses the Modulo 10 checksum. |
| DoubleModulo10 | An MSI barcode uses the Double Modulo 10 checksum. Not currently supported. |
See Also