Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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