SmartZone v6.1 for .NET - Updated
AnalyzeField(Object) Method




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > Reader Class > AnalyzeField Method : AnalyzeField(Object) Method
The object that holds image data to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method. An example of such a type is the Accusoft.ImagXpress.ImageX object.
Runs analysis of a field on the given object.
Syntax
'Declaration
 
Public Overloads Function AnalyzeField( _
   ByVal Target As Object _
) As TextBlockResult
'Usage
 
Dim instance As Reader
Dim Target As Object
Dim value As TextBlockResult
 
value = instance.AnalyzeField(Target)
public TextBlockResult AnalyzeField( 
   object Target
)
public: TextBlockResult* AnalyzeField( 
   Object* Target
) 
public:
TextBlockResult^ AnalyzeField( 
   Object^ Target
) 

Parameters

Target
The object that holds image data to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method. An example of such a type is the Accusoft.ImagXpress.ImageX object.

Return Value

TextBlockResult from recognition
Exceptions
ExceptionDescription
The supported bit depth must be 1 bit per pixel.
The image data cannot be read for format reasons other than an unsupported bit depth.
An invalid license is being used.
An area coordinate is outside the current image.
The image handle is null.
See Also

Reference

Reader Class
Reader Members
Overload List

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