TdxBarCodeQRCodeSymbology.ErrorCorrectionLevel Property
Specifies the amount of redundant information added to the generated QR Code.
Declaration
property ErrorCorrectionLevel: TdxQRCodeErrorCorrectionLevel read; write; default eclM;
Property Value
Type | Default |
---|---|
TdxQRCodeErrorCorrectionLevel | eclM |
Remarks
Use this property to change the level of redundant information added to compensate for calculation errors. The more redundant information is added, the less useful information in the generated QR Code can store. For additional information, refer to the TdxQRCodeErrorCorrectionLevel type description.
The default value of the ErrorCorrectionLevel property is eclM.
See Also