'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. An example of such a type is the Accusoft.ImagXpress.ImageX object.
Return Value
TextBlockResult from recognition