MSIChecksumAlgorithm EnumerationByteScout Barcode SDK
Describes all supported MSI symbology checksum algorithms.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

public enum MSIChecksumAlgorithm
Members

  Member nameValueDescription
NoCheckDigit0 No check digit (least common)
Modulo101 The Modulo 10 check digit algorithm (most common) uses the Luhn algorithm.
Modulo112 The Modulo 11 check digit algorithm.
Modulo10103 The Modulo 1010 check digit algorithm.
Modulo11104 The Modulo 1110 check digit algorithm.
See Also

Reference