Check digit type to use when reading or writing MSI (Pulse Width Modulated) barcodes.
[SerializableAttribute()]
public enum MSIBarcodeModuloType
<SerializableAttribute()>
Public Enum MSIBarcodeModuloType
[SerializableAttribute()]
public enum MSIBarcodeModuloType
typedef NS_ENUM(NSInteger, LTMSIBarcodeModuloType)
public enum MSIBarcodeModuloType
Leadtools.Barcode.MSIBarcodeModuloType = function() { };
Leadtools.Barcode.MSIBarcodeModuloType.prototype = {<br/>
Modulo10 = 0,
TwoModulo10 = 1,
Modulo11 = 2,
Modulo11And10 = 3,
};
[SerializableAttribute()]
public enum class MSIBarcodeModuloType
Members
Value | Member | Description |
---|---|---|
0 | Modulo10 |
Modulo 10 check digit |
1 | TwoModulo10 |
Two Modulo 10 check digits |
2 | Modulo11 |
Modulo 11 check digit |
3 | Modulo11And10 |
Modulo 11 and 10 check digits |
The MSIBarcodeModuloType enumeration is used as the type for the OneDBarcodeReadOptions.MSIModuloType and OneDBarcodeWriteOptions.MSIModuloType properties to indicate the check digit type to use when reading or writing MSI (Pulse Width Modulated) 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