Click or drag to resize

Code39Options Enumeration

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.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[FlagsAttribute]
public enum Code39Options
Members
  Member nameDescription
None No options set.
DontRequireStartStop Do not require start/stop marks when reading Code39 symbols. This may produce false positives when reading barcodes.
DisableFullASCII Disable full ASCII encoding in Code 39 barcodes - decode 43-char basic Code39.
See Also