Enum ErrorCorrectionLevel
Represents the recovery capacity of the QRcode.
Namespace: Syncfusion.Blazor.BarcodeGenerator
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ErrorCorrectionLevel
Remarks
| The default capacity levels are |
| � Low |
| � Medium |
| � Quartile |
| � High |
Examples
<SfQRCodeGenerator Width="200" Height="150" Value="65323" ErrorCorrectionLevel="ErrorCorrectionLevel.High" >
</SfQRCodeGenerator>
Fields
| Name | Description |
|---|---|
| High | The Recovery capacity is 30%(approx.) |
| Low | The Recovery capacity is 7%(approx.) |
| Medium | The Recovery capacity is 15%(approx.) |
| Quartile | The Recovery capacity is 25%(approx.) |