SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Result Class / Zone Property




In This Topic
Zone Property (Result)
In This Topic
Gets and sets the coordinates of the rectangular area of the Result object.
Syntax
'Declaration
 
Public Overridable Property Zone As Zone
 
'Usage
 
Dim instance As Result
Dim value As Zone
 
instance.Zone = value
 
value = instance.Zone
Remarks

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

See Also