Click or drag to resize

ReadOptsCode39Options Property

Reading options specific to the Code39 symbology

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
public Code39Options Code39Options { get; set; }

Property Value

Type: Code39Options
Remarks
Must be Code39Options.None if any none-Code39 symbology is in use. Code39Options.DontRequireStartStop is not fully implemented and should not be relied on. Code39Options.DisableFullASCII can be used to select 'basic' or 43-character Code39, otherwise Full ASCII Code 39 is assumed.
See Also