Click or drag to resize
BarcodeScannerSettingsSetRestrictedScanArea Method
Sets the search area, location hints based on active scanning area and hot spot.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public void SetRestrictedScanArea(
	RectangleF rect,
	PointF hotSpot,
	bool isLandscape
)

Parameters

rect
Type: Scandit.RecognitionRectangleF
Active scanning area
hotSpot
Type: Scandit.RecognitionPointF
The scanning hot spot, e.g. the point at which barcodes are to be expected.
isLandscape
Type: SystemBoolean
Whether the image is in landscape. This is used to choose slightly different heights for the location hints.
See Also