Leadtools.Barcode Namespace : MSIBarcodeModuloType Enumeration |
[SerializableAttribute()] public enum MSIBarcodeModuloType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum MSIBarcodeModuloType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MSIBarcodeModuloType
[SerializableAttribute()] public enum MSIBarcodeModuloType : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Barcode.MSIBarcodeModuloType = function() { }; Leadtools.Barcode.MSIBarcodeModuloType.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class MSIBarcodeModuloType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Modulo10 | Modulo 10 check digit |
Modulo11 | Modulo 11 check digit |
Modulo11And10 | Modulo 11 and 10 check digits |
TwoModulo10 | Two Modulo 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.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.MSIBarcodeModuloType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2