Click or drag to resize

BarcodeScannerSettingsCodeLocationConstraint2d Property

The code location constraint for 2d symbologies

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

Property Value

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

Supported in: 1.0
See Also