BarcodeScannerSettingsSearchArea Property |
The area in which barcodes are searched.
Namespace: Scandit.RecognitionAssembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax public RectangleF SearchArea { get; set; }
Public Property SearchArea As RectangleF
Get
Set
public:
property RectangleF SearchArea {
RectangleF get ();
void set (RectangleF value);
}
member SearchArea : RectangleF with get, set
Property Value
Type:
RectangleF
The area is specified in relative coordinates, where (0,0) is the top-left corner and
(1,1) the bottom-right corner of the image. By default, codes are searched in the
whole image.
See Also