SmartZone v6.1 for .NET - Updated
Area Property (TextLineResult)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > TextLineResult Class : Area Property
Gets the coordinates of the rectangular area containing the text line.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Area As Rectangle
'Usage
 
Dim instance As TextLineResult
Dim value As Rectangle
 
value = instance.Area
public override Rectangle Area {get;}
public: __property Rectangle get_Area() override;
public:
property Rectangle Area {
   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

Is this page helpful?
Yes No
Thanks for your feedback.