Class QRErrorCorrectionCodewords
Represents the QR barcode error correction codewords.
Inheritance
System.Object
QRErrorCorrectionCodewords
Namespace: Com.Syncfusion.Barcode
Assembly: Syncfusion.SfBarcode.Android.dll
Syntax
public class QRErrorCorrectionCodewords : Object
Constructors
QRErrorCorrectionCodewords(QRBarcodeVersion, ErrorCorrectionLevel)
Initializes Error correction code word
Declaration
public QRErrorCorrectionCodewords(QRBarcodeVersion version, ErrorCorrectionLevel correctionLevel)
Parameters
| Type | Name | Description |
|---|---|---|
| QRBarcodeVersion | version | Version. |
| ErrorCorrectionLevel | correctionLevel | Error correction level. |