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(
: 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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also