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 : Enum
Fields
High
Error correction level with recovery capacity 30%(approx.) of codewords.
Declaration
public const ErrorCorrectionLevel High
Field Value
Type |
---|
ErrorCorrectionLevel |
Low
Error correction level with recovery capacity 7%(approx.) of codewords.
Declaration
public const ErrorCorrectionLevel Low
Field Value
Type |
---|
ErrorCorrectionLevel |
Medium
Error correction level with recovery capacity 15%(approx.) of codewords.
Declaration
public const ErrorCorrectionLevel Medium
Field Value
Type |
---|
ErrorCorrectionLevel |
Quartile
Error correction level with recovery capacity 25%(approx.) of codewords.
Declaration
public const ErrorCorrectionLevel Quartile
Field Value
Type |
---|
ErrorCorrectionLevel |