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




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Reader Class > AnalyzeField Method : AnalyzeField(IntPtr) Method
The HBitmap or HDib to perform recognition on
Runs analysis of a field.
Syntax
'Declaration
 
Public Overloads Function AnalyzeField( _
   ByVal handle As IntPtr _
) As TextBlockResult
'Usage
 
Dim instance As Reader
Dim handle As IntPtr
Dim value As TextBlockResult
 
value = instance.AnalyzeField(handle)
public TextBlockResult AnalyzeField( 
   IntPtr handle
)
public: TextBlockResult* AnalyzeField( 
   IntPtr handle
) 
public:
TextBlockResult^ AnalyzeField( 
   IntPtr handle
) 

Parameters

handle
The HBitmap or HDib to perform recognition on

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.