enableGS1Decoding property

bool? enableGS1Decoding
getter/setter pair

With this option, the scanner assumes that the barcode can be a GS1 barcode, and modifies the behavior as needed. You can set it to FALSE, if you don't want to see decoded FNC1 characters ("]C1" and ASCII char 29). The default is TRUE.

Implementation

bool? enableGS1Decoding;