Click or drag to resize
BarcodeScannerSettingsSearchArea Property
The area in which barcodes are searched.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public RectangleF SearchArea { 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