←Select platform

Result Property

Summary
Gets the recognition result for this page.
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 page 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.