Gets the processed form fields.
Syntax
public FormPages FormFields { get; }
Public ReadOnly Property FormFields As FormPages
public FormPages getFormFields();
public:
property FormPages^ FormFields {
FormPages^ get();
}
Returns the processed form fields of the Master Form if any, otherwise it returns null.
Leadtools.Forms.Processing.FormPages is the processed Form fields. Each field has the result of its processing. The fields of the form to be processed are obtained from IMasterForm in RecognitionResult by calling IMasterForm.ReadFields. If the Master Form has no fields to process, FormFields will be null.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document