Leadtools.Barcode.Deprecated Namespace : Barcode1dStandardFlags Enumeration |
[FlagsAttribute()] public enum Barcode1dStandardFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum Barcode1dStandardFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As Barcode1dStandardFlags
[FlagsAttribute()] public enum Barcode1dStandardFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags = function() { }; Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.prototype = {
Barcode1dFast = 0x0, Barcode1dMsiModulo10 = 0x0, Barcode1dTextAtBottom = 0x0, Barcode1dCode128EncodeAuto = 0x0, Barcode1dCode11C = 0x0, Barcode1dMsi2Modulo10 = 0x1, Barcode1dMsiModulo11 = 0x2, Barcode1dMsiModulo11Modulo10 = 0x3, Barcode1dCode11K = 0x10, Barcode1dNormal = 0x100, Barcode1dCode128EncodeA = 0x200, Barcode1dCode128EncodeB = 0x400, Barcode1dCode128EncodeC = 0x600, Barcode1dTextAtTop = 0x800, };
[FlagsAttribute()] public enum class Barcode1dStandardFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x0 | Barcode1dFast | Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor. Used with Read method only. |
0x0 | Barcode1dMsiModulo10 | MSI (Modified Plessey) type with Modulo 10 check digit. Used with both Read and Write methods. |
0x0 | Barcode1dTextAtBottom | Write the barcode's text at the bottom of the barcode. This option is ignored for the following linear (1d) barcode types;
|
0x0 | Barcode1dCode128EncodeAuto | Automatically encodes the barcode data using one or multiple Code 128 encoding tables. This encodes all Code 128 data. Used with Write method only for.writing Code 128 barcode. |
0x0 | Barcode1dCode11C | Code 11(USD-8) type with C check digit only. Used with both Read and Write methods. |
0x1 | Barcode1dMsi2Modulo10 | MSI (Modified Plessey) type with two Modulo 10 check digits. Used with both Read and Write methods. |
0x2 | Barcode1dMsiModulo11 | MSI (Modified Plessey) type with Modulo 11 check digit. Used with both Read and Write methods. |
0x3 | Barcode1dMsiModulo11Modulo10 | MSI (Modified Plessey) type with Modulo 11 and Modulo 10 check digits. Used with both Read and Write methods. |
0x10 | 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. |
0x100 | Barcode1dNormal | Fast but a little bit slower than the Barcode1dStandardFlags.Barcode1dFast option, suitable for very poor barcode quality. Used with Read method only. |
0x200 | Barcode1dCode128EncodeA | Use only Code 128 A table to encode the barcode data. If the barcode data have values not included in the standard Code 128 A table BarcodeExceptionCode.InvalidBarcodeString exception will be thrown. Used with Write method only for.writing Code 128 barcode. |
0x400 | Barcode1dCode128EncodeB | Use only Code 128 B table to encode the barcode data. If the barcode data have values not included in the standard Code 128 B table BarcodeExceptionCode.InvalidBarcodeString exception will be thrown. Used with Write method only for.writing Code 128 barcode. |
0x600 | Barcode1dCode128EncodeC | Use only Code 128 C table to encode the barcode data. it encodes only even number of digits. If the barcode data have values not included in the standard Code 128 C table or have an odd number of digits BarcodeExceptionCode.InvalidBarcodeString exception will be thrown. Used with Write method only for.writing Code 128 barcode. |
0x800 | Barcode1dTextAtTop | Write the barcode's text at the top of the barcode. This option is ignored for the following linear (1d) barcode types;
|
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags