Accusoft.BarcodeXpress11.Net
QRCodeErrorCorrectionLevel Enumeration




QR Code Error correction levels.
Syntax
'Declaration
 
Public Enum QRCodeErrorCorrectionLevel 
   Inherits System.Enum
'Usage
 
Dim instance As QRCodeErrorCorrectionLevel
public enum QRCodeErrorCorrectionLevel : System.Enum 
__value public enum QRCodeErrorCorrectionLevel : public System.Enum 
public enum class QRCodeErrorCorrectionLevel : public System.Enum 
Members
MemberValueDescription
ErrorCorrectionAuto Auto error correction level - choses the best error correction level based on the number of code words in the data stream.
ErrorCorrectionH Error Correction Level H (high)
ErrorCorrectionL Error Correction Level L (low)
ErrorCorrectionM Error Correction Level M (medium-low)
ErrorCorrectionQ Error Correction Level Q (medium-high)
Remarks

There are four levels of error correction for QR Code: low, medium-low, medium-high, and high. A high error correction level should be used in application where symbol damage is expected. It is recomended that the Auto error correction level be used in most cases.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.BarcodeXpressSdk.QRCodeErrorCorrectionLevel

See Also

Reference

Accusoft.BarcodeXpressSdk Namespace

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback