'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> 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)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public TextBlockResult AnalyzeField( object Target )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: TextBlockResult* AnalyzeField( Object* Target )
[DebuggerNonUserCode()] [DebuggerStepThrough()] 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