←Select platform

MicroPDF417BarcodeReadMode Enumeration

Summary

MicroPDF417 read mode enumerations.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum MicroPDF417BarcodeReadMode   
<SerializableAttribute()> 
Public Enum MicroPDF417BarcodeReadMode  
    
    
[SerializableAttribute()] 
public enum MicroPDF417BarcodeReadMode    
typedef NS_ENUM(NSInteger, LTMicroPDF417BarcodeReadMode) 
public enum MicroPDF417BarcodeReadMode 
Leadtools.Barcode.MicroPDF417BarcodeReadMode = function() { }; 
Leadtools.Barcode.MicroPDF417BarcodeReadMode.prototype = {<br/> 
  Mode0 = 0, 
    Mode1 = 1, 
    Mode2 = 2, 
    Mode3Basic = 3, 
    Mode3Extended = 4, 
    ModeMicroPDF417Basic = 5, 
    ModeMicroPDF417Extended = 6, 
     
 }; 
[SerializableAttribute()] 
public enum class MicroPDF417BarcodeReadMode   

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.

5ModeMicroPDF417Basic

Basic channel mode with transmit ]L3 symbology. Code 128 Emulation Basic Channel Mode. Transmit ] L0, ] L3, ] L4, or ] L5 symbology ID. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal.

6ModeMicroPDF417Extended

Extended channel mode with transmit ]L3 symbology. Code 128 Emulation Extended Channel Mode. Transmit ] L0, ] L3, ] L4, or ] L5 symbology ID. Escape doubling. Macro PDF is transmitted. ECI is transmitted in GLI format. Reserved code words transmitted.

Remarks

The MicroPDF417BarcodeReadMode enumeration is used as the type for the MicroPDF417BarcodeReadOptions.ReadMode property and can be used to control which mode to use when reading the MicroPDF417 data.

Example

For an example, refer to MicroPDF417BarcodeReadOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly