Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

QRBarcodeECCLevel Enumeration








Specifies the QR symbol ECC level.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum QRBarcodeECCLevel 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As 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,
	
 };
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.QRBarcodeECCLevel

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace
QR Barcodes In LEADTOOLS

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features