VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / set_InterpretEciCharacters Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_InterpretEciCharacters Method
In This Topic
Sets a value indicating whether the barcode reader must interpret ECI characters in barcode value.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_InterpretEciCharacters(value);

Parameters

value
True - barcode reader must interpret ECI characters in barcode value; False - barcode reader must NOT interpret ECI characters in barcode value.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also