VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / HanXinCodeErrorCorrectionLevel Property
Syntax Requirements SeeAlso
In This Topic
    HanXinCodeErrorCorrectionLevel Property (WriterSettings)
    In This Topic
    Gets or sets Han Xin Code error correction level.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Han Xin Code error correction level.
    L1 - 8% recovery capacity;L2 - 15% recovery capacity;L3 - 23% recovery capacity;L4 - 30% recovery capacity;")>
    <DefaultValueAttribute(L2)>
    <CategoryAttribute("Han Xin Code")>
    Public Property HanXinCodeErrorCorrectionLevel As Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel
    
    
    [Description("Han Xin Code error correction level.
    L1 - 8% recovery capacity;L2 - 15% recovery capacity;L3 - 23% recovery capacity;L4 - 30% recovery capacity;")]
    [DefaultValue(L2)]
    [Category("Han Xin Code")]
    public Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel HanXinCodeErrorCorrectionLevel { get; set; }
    
    
    [Description("Han Xin Code error correction level.
    L1 - 8% recovery capacity;L2 - 15% recovery capacity;L3 - 23% recovery capacity;L4 - 30% recovery capacity;")]
    [DefaultValue(L2)]
    [Category("Han Xin Code")]
    public: __property Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel get_HanXinCodeErrorCorrectionLevel();
    public: __property void set_HanXinCodeErrorCorrectionLevel(
    Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel value
    );
    [Description("Han Xin Code error correction level.
    L1 - 8% recovery capacity;L2 - 15% recovery capacity;L3 - 23% recovery capacity;L4 - 30% recovery capacity;")]
    [DefaultValue(L2)]
    [Category("Han Xin Code")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel HanXinCodeErrorCorrectionLevel { Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel get(); void set(Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel value); }

    Property Value

    Default value is HanXinCodeErrorCorrectionLevel.L2.
    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