Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> <DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcode1dStandardFlags")> Public Enum Barcode1dStandardFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcode1dStandardFlags")] public enum Barcode1dStandardFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcode1dStandardFlags")] public enum class Barcode1dStandardFlags : public Enum |
Member | Description |
---|---|
Barcode1dMsiModulo10 | MSI (Modified Plessey) type with Modulo 10 check digit. Used with both Read and Write methods. |
Barcode1dMsi2Modulo10 | MSI (Modified Plessey) type with two Modulo 10 check digits. Used with both Read and Write methods. |
Barcode1dMsiModulo11 | MSI (Modified Plessey) type with Modulo 11 check digit. Used with both Read and Write methods. |
Barcode1dMsiModulo11Modulo10 | MSI (Modified Plessey) type with Modulo 11 and Modulo 10 check digits. Used with both Read and Write methods. |
Barcode1dCode11C | Code 11(USD-8) type with C check digit only. Used with both Read and Write methods. |
Barcode1dCode11K | Code 11(USD-8) type with C and K check digits. It is recommended to be used if the message is 10 characters or longer. Used with both Read and Write methods. |
Barcode1dFast | Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor. Used with Read operation only. |
Barcode1dNormal | Fast but a little bit slower than the Barcode1dStandardFlags.Barcode1dFast option. It is suitable for very poor barcode quality. Used with Read operation only. |
You can use a bitwise OR (|) to specify one flag from each group.
System.Object
System.ValueType
System.Enum
Leadtools.Services.Barcode.DataContracts.Barcode1dStandardFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family