Back to Devexpress

TdxBarCodeQRCodeSymbology.ErrorCorrectionLevel Property

vcl-dxbarcodeutils-dot-tdxbarcodeqrcodesymbology.md

latest1.0 KB
Original Source

TdxBarCodeQRCodeSymbology.ErrorCorrectionLevel Property

Specifies the amount of redundant information added to the generated QR Code.

Declaration

delphi
property ErrorCorrectionLevel: TdxQRCodeErrorCorrectionLevel read; write; default eclM;

Property Value

TypeDefault
TdxQRCodeErrorCorrectionLeveleclM

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

TdxBarCodeQRCodeSymbology Class

TdxBarCodeQRCodeSymbology Members

dxBarCodeUtils Unit