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: 5.19.3.10 (5.19.3.10)
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.
Version Information

Supported in: 1.0
See Also