Class SFBarcodeQRErrorCorrectionLevel
Specifies the QR Barcode Error correction level.
Inheritance
System.Object
SFBarcodeQRErrorCorrectionLevel
Namespace: Syncfusion.SfBarcode.iOS
Assembly: Syncfusion.SfBarcode.iOS.dll
Syntax
public sealed class SFBarcodeQRErrorCorrectionLevel : Enum
Fields
SFBarcodeQRErrorCorrectionLevelHigh
The Recovery capacity is 30%(approx.)
Declaration
public const SFBarcodeQRErrorCorrectionLevel SFBarcodeQRErrorCorrectionLevelHigh
Field Value
SFBarcodeQRErrorCorrectionLevelLow
The Recovery capacity is 7%(approx.)
Declaration
public const SFBarcodeQRErrorCorrectionLevel SFBarcodeQRErrorCorrectionLevelLow
Field Value
SFBarcodeQRErrorCorrectionLevelMedium
The Recovery capacity is 15%(approx.)
Declaration
public const SFBarcodeQRErrorCorrectionLevel SFBarcodeQRErrorCorrectionLevelMedium
Field Value
SFBarcodeQRErrorCorrectionLevelQuartile
The Recovery capacity is 25%(approx.)
Declaration
public const SFBarcodeQRErrorCorrectionLevel SFBarcodeQRErrorCorrectionLevelQuartile