Click or drag to resize
ScanSettingsScanningHotSpot Property
Defines the point at which barcodes and 2d codes are expected.

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public Point ScanningHotSpot { get; set; }

Property Value

Type: Point
Remarks
The hot spot is defined in relative view coordinates, where the top-left corner is (0,0) and the bottom-right corner is (1,1). The default value is (0.5, 0.5).
See Also