The following tables list the members exposed by ProcessFieldEventArgs.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ProcessFieldEventArgs | Initializes a new instance of ProcessFieldEventArgs that is used in ProcessField event. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Cancel | Gets or sets a flag to cancel the current processing. |
![]() |
Field | Gets the field currently being processed. |
![]() |
FieldCount | Gets the number of fields in the current form page. |
![]() |
FieldIndex | Gets the index of the current field in the page field list. |
![]() |
Form | Gets the form page image that is undergoing processing. |
![]() |
FormCurrentPageNumber | Gets the page number of the page that is currently undergoing processing. |
![]() |
FormFirstPageNumber | Gets the first page number of the form to be processed. |
![]() |
FormLastPageNumber | Gets the last page number of the form to be processed. |
![]() |
IsPreprocess | Gets a value indicating whether ProcessField event using the associated instance of ProcessFieldEventArgs was fired before processing the field or after processing it. |
See Also