Check digit type to use when reading or writing MSI (Pulse Width Modulated) barcodes.
[SerializableAttribute()]
public enum MSIBarcodeModuloType
<SerializableAttribute()>
Public Enum MSIBarcodeModuloType
typedef NS_ENUM(NSInteger, LTMSIBarcodeModuloType)
public enum MSIBarcodeModuloType
[SerializableAttribute()]
public enum class MSIBarcodeModuloType
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document