get_DotCodeInterpretFncCharacters Method
Gets a value indicating whether the barcode reader must interpret FNC characters in DotCode barcodes.
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.