VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / set_DotCodeInterpretFncCharacters Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_DotCodeInterpretFncCharacters Method
    In This Topic
    Sets a value indicating whether the barcode reader must interpret FNC characters in DotCode barcodes.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_DotCodeInterpretFncCharacters(value);
    
    
    function set_DotCodeInterpretFncCharacters(
    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.
    : boolean
    ) : any;

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also