QRCodeSymbology.ErrorCorrectionLevel Property
In This Article
Gets or sets the amount of redundancy built into the bar code’s coding, to compensate for calculation errors.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.BarCode.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(QRCodeErrorCorrectionLevel.L, Handler = "ErrorCorrectionLevelPropertyChanged")]
[TypeConverter(typeof(XamlEnumTypeConverter<QRCodeErrorCorrectionLevel>))]
public QRCodeErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A QRCode |
#Remarks
Available values:
Name | Description |
---|---|
M | 15% codewords can be restored. |
L | 7% codewords can be restored. |
H | 30% codewords can be restored. |
Q | 25% codewords can be restored. |
See Also