'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