Click or drag to resize
BarcodeScannerSettingsCodeDirectionHint Property
Hints to the recognition engine in what directions codes are expected.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public CodeDirection CodeDirectionHint { get; set; }

Property Value

Type: CodeDirection
This property serves as hint to the engine in how 1d barcodes are most likely oriented in the image. Higher weight is given to codes running this direction. The hint is ignored for 2d code. The default value is left-to-right.
See Also