←Select platform

ReadFields Method

Summary

Reads Master Form processing fields.

Syntax

C#
VB
C++
Java
public FormPages ReadFields() 
  
Function ReadFields() As FormPages 
public abstract FormPages readFields(); 
FormPages^ ReadFields();  

Return Value

Returns Leadtools.Forms.Processing.FormPages if the processing fields are available, otherwise it returns null.

Remarks

Reads Master Form processing fields if they are available, otherwise it returns null. Processing fields are needed if the user wants to extract form data. Processing fields specify the location and type of data to be extracted from the Form.

Example

A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

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