BarcodeScannerSettingsCodeLocationConstraint2d Property |
The code location constraint for 2d symbologies
Namespace: Scandit.RecognitionAssembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax public CodeLocationConstraint CodeLocationConstraint2d { get; set; }
Public Property CodeLocationConstraint2d As CodeLocationConstraint
Get
Set
public:
property CodeLocationConstraint CodeLocationConstraint2d {
CodeLocationConstraint get ();
void set (CodeLocationConstraint value);
}
member CodeLocationConstraint2d : CodeLocationConstraint with get, set
Property Value
Type:
CodeLocationConstraintRemarks
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.
See Also