Click or drag to resize

BarcodeScannerSettingsCodeLocationConstraint1d Property

The code location constraint for 1d symbologies

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public CodeLocationConstraint CodeLocationConstraint1d { get; set; }

Property Value

Type: CodeLocationConstraint
Remarks
The code location constraint defines how the CodeLocationArea1d is interpreted. When set to Hint, the area defined by CodeLocationArea1d is a hint as to where codes are to be expected. Higher precedence is given to codes in that area, however barcodes continue to be searched outside this area .When set to Restrict codes are only searched in the area defined by CodeLocationArea1d and ignored everywhere else.
Version Information

Supported in: 1.0
See Also