SmartZone v7.1 - Updated
Area Property (CharacterResult)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > CharacterResult Class : Area Property
Gets the coordinates of the rectangular area containing the character.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Area As Rectangle
'Usage
 
Dim instance As CharacterResult
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

CharacterResult Class
CharacterResult Members

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