VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_InterpretEciCharacters Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_InterpretEciCharacters Method
    In This Topic
    Gets a value indicating whether the barcode reader must interpret ECI characters in barcode value.
    Syntax
    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.
    Browser Compatibility
    9
    5
    11
    5
    See Also