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);
function set_InterpretEciCharacters(
: boolean
) : any;
Parameters
- value
- True - barcode reader must interpret ECI characters in barcode value; False - barcode reader must NOT interpret ECI characters in barcode value.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also