set_HanXinCodeErrorCorrectionLevel Method
In This Topic
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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also