Accusoft.Forms1 - Updated
Area Property (Reader)



Accusoft.SmartZoneICRSdk Namespace > Reader Class : Area Property
Gets and sets the coordinates of the image to perform recognition.
Syntax
Public Property Area As Rectangle
Dim instance As Reader
Dim value As Rectangle
 
instance.Area = value
 
value = instance.Area
public Rectangle Area {get; set;}
public:
property Rectangle Area {
   Rectangle get();
   void set (    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