Accusoft.SmartZoneICR5.Net - Updated
AnalyzeField(IntPtr) Method




Accusoft.SmartZoneICRSdk Namespace > Reader Class > AnalyzeField Method : AnalyzeField(IntPtr) Method
The HBitmap or HDib to perform recognition on
Runs analysis of a field.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
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)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: TextBlockResult* AnalyzeField( 
   IntPtr handle
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
TextBlockResult^ AnalyzeField( 
   IntPtr handle
) 

Parameters

handle
The HBitmap or HDib to perform recognition on

Return Value

TextBlockResult from recognition
See Also

Reference

Reader Class
Reader Members
Overload List