←Select platform

MSIBarcodeModuloType Enumeration

Summary

Check digit type to use when reading or writing MSI (Pulse Width Modulated) barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly