Click or drag to resize
BarcodeScannerSettingsCodeLocationArea1d Property
Code location area for 1d codes.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public RectangleF CodeLocationArea1d { get; set; }

Property Value

Type: RectangleF
Remarks
Depending on the current value of CodeLocationConstraint1d, this property is interpreted in different ways. See CodeLocationConstraint1d for details.
See Also