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