Class ErrorCorrectionLevel
The ErrorCorrectionLevel is to represent the encode recovery capacity of the barcode.
Inheritance
System.Object
ErrorCorrectionLevel
Namespace: Syncfusion.Maui.Barcode
Assembly: Syncfusion.Maui.Barcode.dll
Syntax
public sealed class ErrorCorrectionLevel : Enum
Fields
Auto
ErrorCorrectionLevel.Auto specifies the error correction level is auto.
Declaration
public const ErrorCorrectionLevel Auto
Field Value
Type |
---|
ErrorCorrectionLevel |
High
ErrorCorrectionLevel.High is recover approximately 30% of the codewords.
Declaration
public const ErrorCorrectionLevel High
Field Value
Type |
---|
ErrorCorrectionLevel |
Low
ErrorCorrectionLevel.Low is recover approximately 7% of the codewords.
Declaration
public const ErrorCorrectionLevel Low
Field Value
Type |
---|
ErrorCorrectionLevel |
Medium
ErrorCorrectionLevel.Medium is recover approximately 15% of the codewords.
Declaration
public const ErrorCorrectionLevel Medium
Field Value
Type |
---|
ErrorCorrectionLevel |
Quartile
ErrorCorrectionLevel.Quartile is recover approximately 25% of the codewords.
Declaration
public const ErrorCorrectionLevel Quartile
Field Value
Type |
---|
ErrorCorrectionLevel |