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






Accusoft.SmartZoneOCRSdk Namespace > Reader Class > AnalyzeField Method : AnalyzeField(Bitmap) Method
The bit map to perform recognition on
Runs analysis of a field.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Overloads Function AnalyzeField( _
   ByVal bitmap As System.Drawing.Bitmap _
) As TextBlockResult
'Usage
 
Dim instance As Reader
Dim bitmap As System.Drawing.Bitmap
Dim value As TextBlockResult
 
value = instance.AnalyzeField(bitmap)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public TextBlockResult AnalyzeField( 
   System.Drawing.Bitmap bitmap
)
public function AnalyzeField( 
    bitmap: System.Drawing.Bitmap
): TextBlockResult; 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function AnalyzeField( 
   bitmap : System.Drawing.Bitmap
) : TextBlockResult;
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: TextBlockResult* AnalyzeField( 
   System.Drawing.Bitmap* bitmap
) 
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
TextBlockResult^ AnalyzeField( 
   System.Drawing.Bitmap^ bitmap
) 

Parameters

bitmap
The bit map to perform recognition on

Return Value

TextBlockResult from recognition
See Also

Reference

Reader Class
Reader Members
Overload List