←Select platform

FormFields Property

Summary

Gets the processed form fields.

Syntax

C#
VB
C++
Java
public FormPages FormFields { get; } 
  
Public ReadOnly Property FormFields As FormPages 
public FormPages getFormFields(); 
public: 
property FormPages^ FormFields { 
   FormPages^ get(); 
} 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly