Gets and sets the area of the image, in pixels, to analyze for barcode recognition.
Syntax
public: __property Rectangle get_Area();
public: __property void set_Area(
Rectangle value
);
'Declaration
Public Property Area As Rectangle
'Usage
Dim instance As Reader
Dim value As Rectangle
instance.Area = value
value = instance.Area
Property Value
A
System.Drawing.Rectangle object.
See Also