MSICheckSum Enum
Obsolete. Specifies which formula is used to calculate the checksum for the MSI bar code.
Namespace: DevExpress.XtraReports.UI.BarCode
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[Obsolete("The DevExpress.XtraReports.UI.BarCode.MSICheckSum class is now obsolete. Use the DevExpress.XtraPrinting.BarCode.MSICheckSum class instead.")]
public enum MSICheckSum
<Obsolete("The DevExpress.XtraReports.UI.BarCode.MSICheckSum class is now obsolete. Use the DevExpress.XtraPrinting.BarCode.MSICheckSum class instead.")>
Public Enum MSICheckSum
Members
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. |
Related API Members
The following properties accept/return MSICheckSum values:
Remarks
Use this enumeration's values to specify how the MSI bar code's checksum is calculated via the XRCodeMSIGenerator.CheckSum property.
See Also
Feedback