Leadtools.Barcode Requires Barcode add-on license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Barcode1dStandardFlags Enumeration
See Also  
Leadtools.Barcode Namespace : Barcode1dStandardFlags Enumeration



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

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum Barcode1dStandardFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As Barcode1dStandardFlags
C# 
[FlagsAttribute()]
public enum Barcode1dStandardFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class Barcode1dStandardFlags : public Enum 

Members

MemberDescription
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.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.Barcode1dStandardFlags

Requirements

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

See Also

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features