LEADTOOLS Barcode (Leadtools.Barcode assembly)

PDF417BarcodeReadMode Enumeration

Show in webframe







PDF417 read modes.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum PDF417BarcodeReadMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As PDF417BarcodeReadMode
enum LTPDF417BarcodeReadMode
public enum PDF417BarcodeReadMode
Leadtools.Barcode.PDF417BarcodeReadMode = function() { };
Leadtools.Barcode.PDF417BarcodeReadMode.prototype = {
Mode0 = 0x00000000, Mode1 = 0x00000001, Mode2 = 0x00000002, Mode3Basic = 0x00000003, Mode3Extended = 0x00000004, };
[SerializableAttribute()]
public enum class PDF417BarcodeReadMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000Mode0

Basic channel mode with no transmission of symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal.

0x00000001Mode1

Basic channel mode with transmit L1 symbology. Escape doubling. Macro PDF is transmitted. ECI is transmitted. Reserved code words are transmitted.

0x00000002Mode2

Basic channel mode with transmit L2 symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal.

0x00000003Mode3Basic

Basic channel mode with transmit L0 symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal.

0x00000004Mode3Extended

Basic channel mode with transmit L0 symbology. Escape doubling. Macro PDF is transmitted. ECI is transmitted in GLI format. Reserved code words transmitted.

Remarks

The PDF417BarcodeReadMode enumeration is used as the type for the PDF417BarcodeReadOptions.ReadMode property and can be used to control which mode to use when reading the PDF417 data.

Example

For an example, refer to PDF417BarcodeReadOptions.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.PDF417BarcodeReadMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace
PDF417 Barcodes in LEADTOOLS

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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