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






Accusoft.SmartZoneOCRSdk Namespace > TextLineResult Class : Area Property
Gets the coordinates of the text line.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Area As System.Drawing.Rectangle
'Usage
 
Dim instance As TextLineResult
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

TextLineResult Class
TextLineResult Members