←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
Java
Objective-C
WinRT C#
C++
public QRBarcodeECCLevel ECCLevel { get; set; } 
Public Property ECCLevel As Leadtools.Barcode.QRBarcodeECCLevel 
public Leadtools.Barcode.QRBarcodeECCLevel ECCLevel {get; set;} 
@property (nonatomic, assign) LTQRBarcodeECCLevel eccLevel 
public QRBarcodeECCLevel getECCLevel() 
public void setECCLevel(QRBarcodeECCLevel value) 
             
 <br/>get_ECCLevel();<br/>set_ECCLevel(value);<br/>Object.defineProperty('ECCLevel');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly