Click or drag to resize

ReadOptsDirection Property

Enabled barcode orientations

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 Directions Direction { get; set; }

Property Value

Type: Directions
The direction(s) in which to scan the image.
Remarks

Different Directions may be logically OR'd to read in more than one direction.

Using all read directions will slow down the reading process.

See Also