Class ErrorCorrectionLevel
Specifies the SfBarcode error correction level.
Inheritance
System.Object
    ErrorCorrectionLevel
  Namespace: Syncfusion.UI.Xaml.Barcode
Assembly: Syncfusion.Barcode.WinUI.dll
Syntax
public sealed class ErrorCorrectionLevel : EnumFields
High
Error correction level with recovery capacity 30%(approx.) of codewords.
Declaration
public const ErrorCorrectionLevel HighField Value
| Type | 
|---|
| ErrorCorrectionLevel | 
Low
Error correction level with recovery capacity 7%(approx.) of codewords.
Declaration
public const ErrorCorrectionLevel LowField Value
| Type | 
|---|
| ErrorCorrectionLevel | 
Medium
Error correction level with recovery capacity 15%(approx.) of codewords.
Declaration
public const ErrorCorrectionLevel MediumField Value
| Type | 
|---|
| ErrorCorrectionLevel | 
Quartile
Error correction level with recovery capacity 25%(approx.) of codewords.
Declaration
public const ErrorCorrectionLevel QuartileField Value
| Type | 
|---|
| ErrorCorrectionLevel |