VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / hanXinCodeErrorCorrectionLevel Property
Syntax Requirements SeeAlso
In This Topic
    hanXinCodeErrorCorrectionLevel Property (WebBarcodeWriteRequestParams)
    In This Topic
    Gets or sets Han Xin Code error correction level.
    Syntax
    'Declaration
    
    Public Property hanXinCodeErrorCorrectionLevel As Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel
    
    
    public Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel hanXinCodeErrorCorrectionLevel { get; set; }
    
    
    public: __property Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel get_hanXinCodeErrorCorrectionLevel();
    public: __property void set_hanXinCodeErrorCorrectionLevel(
    Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel value
    );
    public:
    property Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel hanXinCodeErrorCorrectionLevel { Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel get(); void set(Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel value); }

    Property Value

    Default value is Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel.L2.
    Requirements

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

    See Also