LEADTOOLS Barcode (Leadtools.Barcode assembly)

MSIBarcodeModuloType Enumeration

Show in webframe







Check digit type to use when reading or writing MSI (Pulse Width Modulated) barcodes.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum MSIBarcodeModuloType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As MSIBarcodeModuloType
enum LTMSIBarcodeModuloType
public enum MSIBarcodeModuloType
Leadtools.Barcode.MSIBarcodeModuloType = function() { };
Leadtools.Barcode.MSIBarcodeModuloType.prototype = {
Modulo10 = 0, TwoModulo10 = 1, Modulo11 = 2, Modulo11And10 = 3, };
[SerializableAttribute()]
public enum class MSIBarcodeModuloType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.MSIBarcodeModuloType

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features