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






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

TextBlockResult Class
TextBlockResult Members