SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / InvalidAreaException Class
Members




InvalidAreaException Class
Contains information whenever an invalid area is used in processing. text recognition.
Object Model
InvalidAreaException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class InvalidAreaException 
   Inherits SmartZoneOCRException
 
'Usage
 
Dim instance As InvalidAreaException
Remarks
The area is considered invalid when the rectangle defined by the area extends outside of the image's boundaries.
Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.SmartZoneOCRSdk.SmartZoneException
         Accusoft.SmartZoneOCRSdk.SmartZoneOCRException
            Accusoft.SmartZoneOCRSdk.InvalidAreaException

See Also