IBarcodeSettings
QRCodeECL Property
|
Error correction level of QRCode Barcode.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
QRCodeECL QRCodeECL { get; set; }
Property QRCodeECL As QRCodeECL
Get
Set
property QRCodeECL QRCodeECL {
QRCodeECL get ();
void set (QRCodeECL value);
}
abstract QRCodeECL : QRCodeECL with get, set
Property Value
Type:
QRCodeECL
See Also