var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS(); var value; // Type: boolean value = instance.get_DotCodeInterpretNonDataCharacters();
function get_DotCodeInterpretNonDataCharacters() : boolean;
Return Value
True - the barcode writer must interpret non-data characters and encode them using FNC1, FNC2 and FNC3 flags; False - the barcode writer encodes NonDataFlags.Fnc1, NonDataFlags.Fnc2 and NonDataFlags.Fnc3 characters as is. Default value is True.