VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / set_HanXinCodeErrorCorrectionLevel Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_HanXinCodeErrorCorrectionLevel Method
Sets Han Xin Code error correction level.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebHanXinCodeErrorCorrectionLevelEnumJS

returnValue = instance.set_HanXinCodeErrorCorrectionLevel(value);

Parameters

value
An instance of WebHanXinCodeErrorCorrectionLevelEnumJS class that defines the Han Xin Code error correction level.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also