ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / QRCode.ErrorCorrectionLevelEnum Enumeration

In This Topic
    QRCode.ErrorCorrectionLevelEnum Enumeration
    In This Topic
    Specifies the error-correction level (higher levels consume more space).

    For more details see C1.Win.C1BarCode.ErrorCorrectionLevel.

    Syntax
    'Declaration
     
    Public Enum QRCode.ErrorCorrectionLevelEnum 
       Inherits System.Enum
    public enum QRCode.ErrorCorrectionLevelEnum : System.Enum 
    Members
    MemberDescription
    HAble to correct up to 30% damage.
    LAble to correct up to 7% damage.
    MAble to correct up to 15% damage.
    QAble to correct up to 25% damage.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.CustomFields.QRCode.ErrorCorrectionLevelEnum

    See Also