Click or drag to resize
BarcodeScannerSettingsCodeLocationArea2d Property
Code location area for 2d codes.

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

Property Value

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