←Select platform

QRBarcodeECCLevel Enumeration

Summary

Specifies the QR symbol ECC level.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum QRBarcodeECCLevel   
<SerializableAttribute()> 
Public Enum QRBarcodeECCLevel  
typedef NS_ENUM(NSInteger, LTQRBarcodeECCLevel) 
public enum QRBarcodeECCLevel 
[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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly