LEADTOOLS Barcode (Leadtools.Barcode assembly)

ECCLevel Property (QRBarcodeWriteOptions)

Show in webframe







Gets or sets a value that indicates the ECC (Error Correction) level to use when writing QR barcodes.
Syntax
[DisplayNameAttribute("ECC level")]
[DefaultValueAttribute()]
[CategoryAttribute("Error Checking and Correction")]
[DescriptionAttribute("ECC level to use")]
public QRBarcodeECCLevel ECCLevel {get; set;}
'Declaration
 
<DisplayNameAttribute("ECC level")>
<DefaultValueAttribute()>
<CategoryAttribute("Error Checking and Correction")>
<DescriptionAttribute("ECC level to use")>
Public Property ECCLevel As QRBarcodeECCLevel
'Usage
 
Dim instance As QRBarcodeWriteOptions
Dim value As QRBarcodeECCLevel
 
instance.ECCLevel = value
 
value = instance.ECCLevel
[DisplayNameAttribute("ECC level")]
[DefaultValueAttribute()]
[CategoryAttribute("Error Checking and Correction")]
[DescriptionAttribute("ECC level to use")]
public QRBarcodeECCLevel ECCLevel {get; set;}
@property (nonatomic, assign) LTQRBarcodeECCLevel eccLevel;
public QRBarcodeECCLevel getECCLevel()
public void setECCLevel(QRBarcodeECCLevel value)
            
DisplayNameAttribute("ECC level")
DefaultValueAttribute()
CategoryAttribute("Error Checking and Correction")
DescriptionAttribute("ECC level to use")
 
get_ECCLevel();
set_ECCLevel(value);
Object.defineProperty('ECCLevel');
[DisplayNameAttribute("ECC level")]
[DefaultValueAttribute()]
[CategoryAttribute("Error Checking and Correction")]
[DescriptionAttribute("ECC level to use")]
public:
property QRBarcodeECCLevel ECCLevel {
   QRBarcodeECCLevel get();
   void set (    QRBarcodeECCLevel value);
}

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

See Also

Reference

QRBarcodeWriteOptions Class
QRBarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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