'Declaration <System.Diagnostics.DebuggerNonUserCodeAttribute()> <System.Diagnostics.DebuggerStepThroughAttribute()> Public Overloads Function AnalyzeField( _ ByVal handle As System.IntPtr _ ) As TextBlockResult
'Usage Dim instance As Reader Dim handle As System.IntPtr Dim value As TextBlockResult value = instance.AnalyzeField(handle)
[System.Diagnostics.DebuggerNonUserCode()] [System.Diagnostics.DebuggerStepThrough()] public TextBlockResult AnalyzeField( System.IntPtr handle )
public function AnalyzeField( handle: System.IntPtr ): TextBlockResult;
System.Diagnostics.DebuggerNonUserCodeAttribute() System.Diagnostics.DebuggerStepThroughAttribute() public function AnalyzeField( handle : System.IntPtr ) : TextBlockResult;
[System.Diagnostics.DebuggerNonUserCode()] [System.Diagnostics.DebuggerStepThrough()] public: TextBlockResult* AnalyzeField( System.IntPtr handle )
[System.Diagnostics.DebuggerNonUserCode()] [System.Diagnostics.DebuggerStepThrough()] public: TextBlockResult^ AnalyzeField( System.IntPtr handle )
Parameters
- handle
- The HBitmap or HDib to perform recognition on
Return Value
TextBlockResult from recognition
