←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#
VB
C++
Public Sub New(ByVal form As RasterImage, ByVal formFirstPageNumber As Integer, ByVal formCurrentPageNumber As Integer, ByVal formLastPageNumber As Integer, ByVal field As FormField, ByVal fieldIndex As Integer, ByVal fieldCount As Integer, ByVal isPreprocess As Boolean) 
 MyBase.New 

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

Leadtools.Forms.Processing Assembly

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