SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / AnalyzeField Method / AnalyzeField(IntPtr) Method
The HBitmap or HDib to perform recognition on




In This Topic
    AnalyzeField(IntPtr) Method
    In This Topic
    Runs analysis of a field on an unmanaged pointer to a GDI object.
    Syntax
    'Declaration
     
    
    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)
    public TextBlockResult AnalyzeField( 
       IntPtr handle
    )
    public: TextBlockResult* AnalyzeField( 
       IntPtr handle
    ) 
    public:
    TextBlockResult^ AnalyzeField( 
       IntPtr handle
    ) 

    Parameters

    handle
    The HBitmap or HDib 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.
    The image handle cannot IntPtr.Zero.
    See Also