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






Accusoft.SmartZoneOCRSdk Namespace > CharacterResult Class : Area Property
Gets the coordinates of the result object.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Area As System.Drawing.Rectangle
'Usage
 
Dim instance As CharacterResult
Dim value As System.Drawing.Rectangle
 
value = instance.Area
public override System.Drawing.Rectangle Area {get;}
public read-only property Area: System.Drawing.Rectangle; override; 
public override function get Area : System.Drawing.Rectangle
public: __property System.Drawing.Rectangle get_Area() override;
public:
property System.Drawing.Rectangle Area {
   System.Drawing.Rectangle get() override;
}
Remarks

This read only property is the coordinates of the result object upon the image.

See Also

Reference

CharacterResult Class
CharacterResult Members