←Select platform

ProcessFieldEventArgs Constructor(RasterImage,int,int,int,FormField,int,int,bool)

Summary

Initializes a new instance of ProcessFieldEventArgs that is used in ProcessField event.

Syntax
C#
C++/CLI
Python

Parameters

form

The form page image that is undergoing processing.

formFirstPageNumber

The first page number of the form to be processed.

formCurrentPageNumber

The page number of the page that is currently undergoing processing.

formLastPageNumber

The last page number of the form to be processed.

field

The field currently being processed.

fieldIndex

Index of the current field in the page field list.

fieldCount

Number of fields in the current form page.

isPreprocess

Indicates whether ProcessField event using this instance of ProcessFieldEventArgs was fired before processing the field or after processing it.

Remarks

ProcessFieldEventArgs provides information to users about the field and image under processing associated with the ProcessField event. This information may be used in cleaning-up the field area in the image before processing or monitoring the progress. TheProcessField event is fired during the form processing operation by FormProcessingEngine and AutoFormsEngine objects.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

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