VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_HanXinCodeErrorCorrectionLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_HanXinCodeErrorCorrectionLevel Method
    In This Topic
    Gets Han Xin Code error correction level.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.WebHanXinCodeErrorCorrectionLevelEnumJS
    value = instance.get_HanXinCodeErrorCorrectionLevel();
    
    
    function get_HanXinCodeErrorCorrectionLevel() : WebHanXinCodeErrorCorrectionLevelEnumJS;
    

    Return Value

    An instance of WebHanXinCodeErrorCorrectionLevelEnumJS class that defines the Han Xin Code error correction level.
    Browser Compatibility
    9
    5
    11
    5
    See Also