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