get_InterpretEciCharacters Method
Gets a value indicating whether the barcode reader must interpret ECI characters in barcode value.
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var value; // Type: boolean
value = instance.get_InterpretEciCharacters();
function get_InterpretEciCharacters() : boolean;
Return Value
True - barcode reader must interpret ECI characters in barcode value; False - barcode reader must NOT interpret ECI characters in barcode value.