←Select platform

Barcode1dStandardFlags Enumeration

Summary

Flags that identify the MSI barcode type, Code11 barcode type, and reading speed.

Syntax

C#
VB
C++
[FlagsAttribute()] 
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcode1dStandardFlags")] 
public enum Barcode1dStandardFlags 
  
<FlagsAttribute()> 
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcode1dStandardFlags")> 
Public Enum Barcode1dStandardFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcode1dStandardFlags")] 
public enum class Barcode1dStandardFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000000Barcode1dFastFast barcode reading (recommended). It is suitable for most barcode qualities either good or poor. Used with Read operation only.
0x00000000Barcode1dMsiModulo10MSI (Modified Plessey) type with Modulo 10 check digit. Used with both Read and Write methods.
0x00000000Barcode1dTextAtBottomWrites the barcode's text at the bottom of the barcode. This option is ignored for the following linear (1d) barcode types: Barcode1dEan13, Barcode1dEan8, Barcode1dUpcVersionA, Barcode1dUpcVersionE, Barcode1dEanext5, Barcode1dEanext2. Used with the Write method only for writing standard linear (1d) barcodes.
0x00000000Barcode1dCode128EncodeAutoAutomatically 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.
0x00000000Barcode1dCode11CCode 11(USD-8) type with C check digit only. Used with both Read and Write methods.
0x00000001Barcode1dMsi2Modulo10MSI (Modified Plessey) type with two Modulo 10 check digits. Used with both Read and Write methods.
0x00000002Barcode1dMsiModulo11MSI (Modified Plessey) type with Modulo 11 check digit. Used with both Read and Write methods.
0x00000003Barcode1dMsiModulo11Modulo10MSI (Modified Plessey) type with Modulo 11 and Modulo 10 check digits. Used with both Read and Write methods.
0x00000010Barcode1dCode11KCode 11(USD-8) type with C and K check digits. It is recommended to use when the message is 10 characters or longer. Used with both Read and Write methods.
0x00000100Barcode1dNormalFast but a little bit slower than the Barcode1dStandardFlags.Barcode1dFast option. It is suitable for very poor barcode quality. Used with Read operation only.
0x00000200Barcode1dCode128EncodeAUse 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 the writing process of Code 128 barcode will fail. Used with Write method only for writing Code 128 barcode.
0x00000400Barcode1dCode128EncodeBUse 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 the writing process of Code 128 barcode will fail. Used with Write method only for writing Code 128 barcode.
0x00000600Barcode1dCode128EncodeCUse only Code 128 C table to encode the barcode data. it encodes only even number of digits. When the barcode data have values not included in the standard Code 128 C table or have an odd number of digits, the writing process of Code 128 barcode will fail. Used with Write method only for writing Code 128 barcode.
0x00000800Barcode1dTextAtTopWrite the barcode's text at the top of the barcode. This option is ignored for the following linear (1d) barcode types: Barcode1dEan13, Barcode1dEan8, Barcode1dUpcVersionA, Barcode1dUpcVersionE, Barcode1dEanext5, Barcode1dEanext2. Used with the Write method only for writing standard linear (1d) barcodes.
Remarks

Use a bitwise OR ( ¦ ) to specify one flag from each group.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly