Gets or sets a value that indicates the ECC (Error Correction) level to use when writing QR barcodes.
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');
public:
property Leadtools.Barcode.QRBarcodeECCLevel ECCLevel {
Leadtools.Barcode.QRBarcodeECCLevel get();
void set ( Leadtools.Barcode.QRBarcodeECCLevel );
}
An QRBarcodeECCLevel enumeration member that determine the ECC (Error Correction) level to use when writing QR barcodes. Default value is QRBarcodeECCLevel.LevelL.
For more information, refer to QRBarcodeECCLevel.
For an example, refer to QRBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET