Click or drag to resize
ScanSettingsRestrictedAreaScanningEnabled Property
Whether barcode/2d code recognition should be restricted to a certain area.

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

Property Value

Type: Boolean
Remarks
By default, barcodes and 2d codes are searched in the whole image. When this property is true, the recognition of barcodes is restricted to the area defined by either ActiveScanningAreaPortrait, or ActiveScanningAreaLandscape, depending on the orientation of the device.
See Also