LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

Barcode1dStandardFlags Enumeration








Obsolete: Flags that identify the MSI barcode type, Code11 barcode type, and reading speed. .NET support
Syntax
[FlagsAttribute()]
public enum Barcode1dStandardFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum Barcode1dStandardFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As Barcode1dStandardFlags
[FlagsAttribute()]
public enum Barcode1dStandardFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
ObjectiveC Syntax
Java Syntax
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags = function() { };
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class Barcode1dStandardFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
Barcode1dCode11CCode 11(USD-8) type with C check digit only. Used with both Read and Write methods.
Barcode1dCode11KCode 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.
Barcode1dCode128EncodeAUse 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.
Barcode1dCode128EncodeAutoAutomatically 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.
Barcode1dCode128EncodeBUse 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.
Barcode1dCode128EncodeCUse 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.
Barcode1dFastFast barcode reading (recommended). It is suitable for most barcode qualities either good or poor. Used with Read method only.
Barcode1dMsi2Modulo10MSI (Modified Plessey) type with two Modulo 10 check digits. Used with both Read and Write methods.
Barcode1dMsiModulo10MSI (Modified Plessey) type with Modulo 10 check digit. Used with both Read and Write methods.
Barcode1dMsiModulo11MSI (Modified Plessey) type with Modulo 11 check digit. Used with both Read and Write methods.
Barcode1dMsiModulo11Modulo10MSI (Modified Plessey) type with Modulo 11 and Modulo 10 check digits. Used with both Read and Write methods.
Barcode1dNormalFast but a little bit slower than the Barcode1dStandardFlags.Barcode1dFast option, suitable for very poor barcode quality. Used with Read method only.
Barcode1dTextAtBottomWrite the barcode's text at the bottom of the barcode. This option is ignored for the following linear (1d) barcode types; Used with Write method only for.writing standard linear (1d) barcode.
Barcode1dTextAtTopWrite the barcode's text at the top of the barcode. This option is ignored for the following linear (1d) barcode types; Used with Write method only for.writing standard linear (1d) barcode.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Barcode.Deprecated Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features