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






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
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Overloads Function AnalyzeField( _
   ByVal handle As System.IntPtr _
) As TextBlockResult
'Usage
 
Dim instance As Reader
Dim handle As System.IntPtr
Dim value As TextBlockResult
 
value = instance.AnalyzeField(handle)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public TextBlockResult AnalyzeField( 
   System.IntPtr handle
)
public function AnalyzeField( 
    handle: System.IntPtr
): TextBlockResult; 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function AnalyzeField( 
   handle : System.IntPtr
) : TextBlockResult;
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: TextBlockResult* AnalyzeField( 
   System.IntPtr handle
) 
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
TextBlockResult^ AnalyzeField( 
   System.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