VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_DotCodeInterpretFncCharacters Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DotCodeInterpretFncCharacters Method
    In This Topic
    Gets a value indicating whether the barcode reader must interpret FNC characters in DotCode barcodes.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_DotCodeInterpretFncCharacters();
    
    
    function get_DotCodeInterpretFncCharacters() : boolean;
    

    Return Value

    True - barcode reader interprets FNC1, FNC2 and FNC3 characters as specified in specification; False - barcode reader does NOT interpret FNC1, FNC2 and FNC3 characters and transmins them as they encoded in barcode.
    Browser Compatibility
    9
    5
    11
    5
    See Also