MSICheckSum Enum
In This Article
Specifies which formula is used to calculate the checksum for the MSI bar code.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
The checksum is not calculated. |
Modulo10
|
The checksum is calculated with respect to base 10. |
Double
|
The checksum is calculated with respect to base 10 twice. |
#Related API Members
The following properties accept/return MSICheckSum values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Code |
WPF Controls | Bar |
#Remarks
Use this enumeration’s values to specify how the MSI bar code’s checksum is calculated via the CodeMSIGenerator.CalcCheckSum property.
See Also