The following tables list the members exposed by ProcessPageEventArgs.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ProcessPageEventArgs | Initializes a new ProcessPageEventArgs class object with explicit parameters. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Form | Gets the form page image that is being processed. |
![]() |
FormCurrentPageNumber | Gets the current page number that is undergoing processing. |
![]() |
FormFirstPageNumber | Gets the starting page number of the form being processed. |
![]() |
FormLastPageNumber | Gets the last page number of the form being processed. |
![]() |
OcrDocument | Gets or sets the OcrDocument that contains the page. |
![]() |
OcrPageNumber | Gets or sets the index of the page in the OcrDocument. |
![]() |
RequiresOcr | Gets a flag that specifies whether this page needs to be added to the OCR engine in order to process its fields. |