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