Code39Options
This enumeration represents a set of flags that will affect how Code39 barcodes are read. If you need to
read other symbologies in addition to Code39, you should always use the None setting.
DisableFullASCII = 2
Disable full ASCII encoding in Code 39 barcodes - decode 43-char basic Code39.
Do not require start/stop marks when reading Code39 symbols. This may produce false
positives when reading barcodes.
None = 0
No options set.