CodabarChecksumAlgorithm Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Describes all supported Codabar checksum algorithms.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Modulo9 | 0 | (0) Modulo 9 checksum algorithm. Many libraries use the following system which includes 13 digits plus a checksum; Digit 1 indicates the type of barcode: 2 = patron, 3 = item (book) Digits 2-5 identify the institution The next 6 digits (00010 586) identify the individual patron or item Digit 14 is the checksum | |
AiimCheckDigit | 1 | (1) AIIM check digit calculation algorithm. This standard is recommended by AIIM. |
Remarks
See Also