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: 5.19.3.10 (5.19.3.10)
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.
Version Information

Supported in: 1.0
See Also