Gets or sets a fixed rectangular scan region. It must specified in Pixel units.

Namespace: Neodynamic.SDK.BarcodeReader
Assembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public Rectangle RegionRect { get; set; }
Visual Basic
Public Property RegionRect As Rectangle
	Get
	Set
Visual C++
public:
property Rectangle RegionRect {
	Rectangle get ();
	void set (Rectangle value);
}

See Also