Check digit type to use when reading or writing Code 11 (USD-8) barcodes.
[SerializableAttribute()]public enum Code11BarcodeCheckDigitType
<SerializableAttribute()>Public Enum Code11BarcodeCheckDigitType
[SerializableAttribute()]public enum Code11BarcodeCheckDigitType
typedef NS_ENUM(NSInteger, LTCode11BarcodeCheckDigitType) public enum Code11BarcodeCheckDigitType Leadtools.Barcode.Code11BarcodeCheckDigitType = function() { };Leadtools.Barcode.Code11BarcodeCheckDigitType.prototype = {<br/>CDigit = 0,CAndKDigits = 1,};
[SerializableAttribute()]public enum class Code11BarcodeCheckDigitType
Members
| Value | Member | Description |
|---|---|---|
| 0 | CDigit |
C check digit only |
| 1 | CAndKDigits |
C and K check digits |
The Code11BarcodeCheckDigitType enumeration is used as the type for the OneDBarcodeReadOptions.Code11CheckDigitType and OneDBarcodeWriteOptions.Code11CheckDigitType properties to indicate the check digit type to use when reading or writing Code 11 (USD-8) barcodes.
For an example, refer to OneDBarcodeReadOptions and OneDBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
