SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Reader Class / AnalyzeField Method / AnalyzeField(Object) Method
The object that holds image data to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method.




In This Topic
    AnalyzeField(Object) Method
    In This Topic
    Runs analysis of a field on a given object.
    Syntax
    'Declaration
     
    
    Public Overloads Function AnalyzeField( _
       ByVal target As Object _
    ) As TextBlockResult
    'Usage
     
    
    Dim instance As Reader
    Dim target As Object
    Dim value As TextBlockResult
     
    value = instance.AnalyzeField(target)
    public TextBlockResult AnalyzeField( 
       object target
    )
    public: TextBlockResult* AnalyzeField( 
       Object* target
    ) 
    public:
    TextBlockResult^ AnalyzeField( 
       Object^ target
    ) 

    Parameters

    target
    The object that holds image data to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method.

    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.
    The image handle is null.
    This function is only supported on Microsoft Windows.
    See Also