VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / HanXinCodeErrorCorrectionLevel Enumeration
Syntax Members Remarks Hierarchy Requirements SeeAlso
In This Topic
    HanXinCodeErrorCorrectionLevel Enumeration
    In This Topic
    Specifies available error correction levels of Han Xin Code barcode.
    Syntax
    'Declaration
    
    Public Enum HanXinCodeErrorCorrectionLevel
       Inherits System.Enum
    
    
    public enum HanXinCodeErrorCorrectionLevel : System.Enum
    
    
    __value public enum HanXinCodeErrorCorrectionLevel : public System.Enum
    
    
    public enum class HanXinCodeErrorCorrectionLevel : public System.Enum
    
    
    Members
    MemberDescription
    L18% recovery capacity.
    L215% recovery capacity.
    L323% recovery capacity.
    L430% recovery capacity.
    Remarks

    Error correction level 1 is suitable for symbol with high quality or symbol denoting length-fixed data with smallest size. Level 2 is the standard level and a compromise between small size and reliability. Level 3 is a level with high reliability, suitable for important symbol or symbol with poor quality. Level 4 have the realizably highest reliability.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also