←Select platform

ECCLevel Property (QRBarcodeWriteOptions)

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++
[DescriptionAttribute("ECC level to use")] 
[DefaultValueAttribute()] 
[CategoryAttribute("Error Checking and Correction")] 
[DisplayNameAttribute("ECC level")] 
public Leadtools.Barcode.QRBarcodeECCLevel ECCLevel {get; set;} 
<DescriptionAttribute("ECC level to use")> 
<DefaultValueAttribute()> 
<CategoryAttribute("Error Checking and Correction")> 
<DisplayNameAttribute("ECC level")> 
Public Property ECCLevel As Leadtools.Barcode.QRBarcodeECCLevel 
[DescriptionAttribute("ECC level to use")] 
[DefaultValueAttribute()] 
[CategoryAttribute("Error Checking and Correction")] 
[DisplayNameAttribute("ECC level")] 
public Leadtools.Barcode.QRBarcodeECCLevel ECCLevel {get; set;} 
@property (nonatomic, assign) LTQRBarcodeECCLevel eccLevel 
public QRBarcodeECCLevel getECCLevel() 
public void setECCLevel(QRBarcodeECCLevel value) 
             
DescriptionAttribute("ECC level to use") 
DefaultValueAttribute() 
CategoryAttribute("Error Checking and Correction") 
DisplayNameAttribute("ECC level") 
  
get_ECCLevel(); 
set_ECCLevel(value); 
Object.defineProperty('ECCLevel');  
[DescriptionAttribute("ECC level to use")] 
[DefaultValueAttribute()] 
[CategoryAttribute("Error Checking and Correction")] 
[DisplayNameAttribute("ECC level")] 
public: 
property Leadtools.Barcode.QRBarcodeECCLevel ECCLevel { 
   Leadtools.Barcode.QRBarcodeECCLevel get(); 
   void set (    Leadtools.Barcode.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize