Accusoft.SmartZoneOCR5.Net - Updated
Area Property (Reader)






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : Area Property
Gets and sets the coordinates of the image to perform recognition.
Syntax
'Declaration
 
Public Property Area As System.Drawing.Rectangle
'Usage
 
Dim instance As Reader
Dim value As System.Drawing.Rectangle
 
instance.Area = value
 
value = instance.Area
public System.Drawing.Rectangle Area {get; set;}
public read-write property Area: System.Drawing.Rectangle; 
public function get,set Area : System.Drawing.Rectangle
public: __property System.Drawing.Rectangle get_Area();
public: __property void set_Area( 
   System.Drawing.Rectangle value
);
public:
property System.Drawing.Rectangle Area {
   System.Drawing.Rectangle get();
   void set (    System.Drawing.Rectangle value);
}
Remarks

Default value: X : 0, Y : 0, Width : 0, Height : 0

To perform recognition on the entire image, then the Area property values (X, Y, Width, Height) must all be set to zero.

An area outside of the image will produce an error.

See Also

Reference

Reader Class
Reader Members