←Select platform

FormFields Property

Summary
Gets the processed form fields.

Syntax
C#
C++/CLI
Java
Python
public FormPages FormFields { get; } 
public FormPages getFormFields(); 
public: 
property FormPages^ FormFields { 
   FormPages^ get(); 
} 
FormFields # get  (AutoFormsRunResult) 

Property Value

Returns the processed form fields of the Master Form if any, otherwise it returns null.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

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