←Select platform

MSIBarcodeModuloType Enumeration

Summary
Check digit type to use when reading or writing MSI (Pulse Width Modulated) barcodes.
Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum MSIBarcodeModuloType   
<SerializableAttribute()> 
Public Enum MSIBarcodeModuloType  
typedef NS_ENUM(NSInteger, LTMSIBarcodeModuloType) 
public enum MSIBarcodeModuloType 
[SerializableAttribute()] 
public enum class MSIBarcodeModuloType   
Members
ValueMemberDescription
0Modulo10

Modulo 10 check digit

1TwoModulo10

Two Modulo 10 check digits

2Modulo11

Modulo 11 check digit

3Modulo11And10

Modulo 11 and 10 check digits

Remarks

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.

Example

For an example, refer to OneDBarcodeReadOptions and OneDBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.