←Select platform

QRBarcodeECCLevel Enumeration

Summary

Specifies the QR symbol ECC level.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum QRBarcodeECCLevel   
<SerializableAttribute()> 
Public Enum QRBarcodeECCLevel  
    
    
[SerializableAttribute()] 
public enum QRBarcodeECCLevel    
typedef NS_ENUM(NSInteger, LTQRBarcodeECCLevel) 
public enum QRBarcodeECCLevel 
Leadtools.Barcode.QRBarcodeECCLevel = function() { }; 
Leadtools.Barcode.QRBarcodeECCLevel.prototype = {<br/> 
  LevelL = 0, 
    LevelM = 1, 
    LevelQ = 2, 
    LevelH = 3, 
     
 }; 
[SerializableAttribute()] 
public enum class QRBarcodeECCLevel   

Members

ValueMemberDescription
0LevelL

QR Level L - Lowest reliability

1LevelM

QR Level M - Standard reliability

2LevelQ

QR Level Q - High reliability

3LevelH

QR Level H - Maximum reliability

Remarks

Used as the type for the QRBarcodeWriteOptions.ECCLevel property to specify the QR barcode ECC (Error Correction) level.

Example

For an example, refer to QRBarcodeWriteOptions.

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