C#
VB
Java
Objective-C
WinRT C#
C++
PDF417 read modes.
[SerializableAttribute()]
public enum PDF417BarcodeReadMode
<SerializableAttribute()>
Public Enum PDF417BarcodeReadMode
[SerializableAttribute()]
public enum PDF417BarcodeReadMode
typedef NS_ENUM(NSInteger, LTPDF417BarcodeReadMode)
public enum PDF417BarcodeReadMode
Leadtools.Barcode.PDF417BarcodeReadMode = function() { };
Leadtools.Barcode.PDF417BarcodeReadMode.prototype = {<br/>
Mode0 = 0,
Mode1 = 1,
Mode2 = 2,
Mode3Basic = 3,
Mode3Extended = 4,
};
[SerializableAttribute()]
public enum class PDF417BarcodeReadMode
Members
Value | Member | Description |
---|---|---|
0 | Mode0 | Basic channel mode with no transmission of symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal. |
1 | Mode1 | Basic channel mode with transmit L1 symbology. Escape doubling. Macro PDF is transmitted. ECI is transmitted. Reserved code words are transmitted. |
2 | Mode2 | Basic channel mode with transmit L2 symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal. |
3 | Mode3Basic | Basic channel mode with transmit L0 symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal. |
4 | Mode3Extended | Basic channel mode with transmit L0 symbology. Escape doubling. Macro PDF is transmitted. ECI is transmitted in GLI format. Reserved code words transmitted. |
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.
For an example, refer to PDF417BarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET