gs1DecodingEnabled property

bool? gs1DecodingEnabled
getter/setter pair

When set to true, the scanner assumes that the barcode can be a GS1 barcode. Turn it off, if you don't want to see decoded FNC1 characters ("]C1" and ASCII char 29). The default value is true. NOTE - Currently works for CODE128 barcodes only!

Implementation

bool? gs1DecodingEnabled;