Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum Barcode1dStandardFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum Barcode1dStandardFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum Barcode1dStandardFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] 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 method only. |
Barcode1dNormal | Fast but a little bit slower than the Barcode1dStandardFlags.Barcode1dFast option, suitable for very poor barcode quality. Used with Read method only. |
You can use a bitwise OR (|) to specify one flag from each group.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.Barcode1dStandardFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family