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

Supported in: 1.0
See Also