←Select platform

PDF417BarcodeReadMode Enumeration

Summary

PDF417 read modes.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum PDF417BarcodeReadMode   
<SerializableAttribute()> 
Public Enum PDF417BarcodeReadMode  
typedef NS_ENUM(NSInteger, LTPDF417BarcodeReadMode) 
public enum PDF417BarcodeReadMode 
[SerializableAttribute()] 
public enum class PDF417BarcodeReadMode   

Members
ValueMemberDescription
0Mode0 Basic channel mode with no transmission of symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal.
1Mode1 Basic channel mode with transmit L1 symbology. Escape doubling. Macro PDF is transmitted. ECI is transmitted. Reserved code words are transmitted.
2Mode2 Basic channel mode with transmit L2 symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal.
3Mode3Basic Basic channel mode with transmit L0 symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal.
4Mode3Extended 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.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly