SmartZone v7.1 - Updated
AnalyzeField(Bitmap) Method




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > Reader Class > AnalyzeField Method : AnalyzeField(Bitmap) Method
The bit map to perform recognition on
Runs analysis of a field.
Syntax
'Declaration
 
Public Overloads Function AnalyzeField( _
   ByVal bitmap As Bitmap _
) As TextBlockResult
'Usage
 
Dim instance As Reader
Dim bitmap As Bitmap
Dim value As TextBlockResult
 
value = instance.AnalyzeField(bitmap)
public TextBlockResult AnalyzeField( 
   Bitmap bitmap
)
public: TextBlockResult* AnalyzeField( 
   Bitmap* bitmap
) 
public:
TextBlockResult^ AnalyzeField( 
   Bitmap^ bitmap
) 

Parameters

bitmap
The bit map to perform recognition on

Return Value

TextBlockResult from recognition
Exceptions
ExceptionDescription
Supported bit depths are 1-, 8-, 24- and 32-bits 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.
Input parameter cannot be null.
See Also

Reference

Reader Class
Reader Members
Overload List

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