←Select platform

FormFields Property

Summary

Gets the processed form fields.

Syntax

C#
VB
C++
public FormPages FormFields { get; } 
  
Public ReadOnly Property FormFields As Leadtools.Forms.Processing.FormPages 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly