←Select platform

Result Property

Summary
Gets the form recognition result.
Syntax
C#
VB
C++
Java
public FormRecognitionResult Result { get; } 
  
Public ReadOnly Property Result As FormRecognitionResult 
public FormRecognitionResult getResult(); 
public: 
property FormRecognitionResult^ Result { 
   FormRecognitionResult^ get(); 
} 

Property Value

Form recognition result. If it is null, the form type is unknown.

Remarks

If Result is null, it means the form has not 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.