←Select platform

ECCLevel Property

Summary

Gets or sets a value that indicates the ECC (Error Correction) level to use when writing QR barcodes.

Syntax
C#
VB
Objective-C
C++
Java
public QRBarcodeECCLevel ECCLevel { get; set; } 
Public Property ECCLevel As QRBarcodeECCLevel 
@property (nonatomic, assign) LTQRBarcodeECCLevel eccLevel 
public QRBarcodeECCLevel getECCLevel() 
public void setECCLevel(QRBarcodeECCLevel value) 
public: 
property QRBarcodeECCLevel ECCLevel { 
   QRBarcodeECCLevel get(); 
   void set (    QRBarcodeECCLevel ); 
} 

Property Value

An QRBarcodeECCLevel enumeration member that determine the ECC (Error Correction) level to use when writing QR barcodes. Default value is QRBarcodeECCLevel.LevelL.

Remarks

For more information, refer to QRBarcodeECCLevel.

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