←Select platform

RecognitionResult Property

Summary
Gets Form recognition results.
Syntax
C#
VB
C++
Java
public AutoFormsRecognizeFormResult RecognitionResult { get; } 
  
Public ReadOnly Property RecognitionResult As AutoFormsRecognizeFormResult 
public AutoFormsRecognizeFormResult getRecognitionResult(); 
public: 
property AutoFormsRecognizeFormResult^ RecognitionResult { 
   AutoFormsRecognizeFormResult^ get(); 
} 

Property Value

Returns AutoFormsRecognizeFormResult if the form is recognized, otherwise it returns null.

Remarks

AutoFormsRecognizeFormResult contains the success or failure of the form recognition. If its value is null, it means the Form type is unknown, otherwise the Form has been recognized.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.