Description:
Fired by IGIsisCtl after each page is acquired using AcquireToDoc Method and AcquireToFile Method.
Syntax:
Sub AfterPage(ByVal EventParams As
GearISISLibCtl.IIGISISBeforePageEventParams)
Parameters:
Name |
Description |
EventParams.Page |
Returns an IGPage object containing the image just scanned. |
EventParams.PageNum |
Returns the number of the page just scanned. The number of the first page is 0. |
EventParams.PendCount |
Reserved for future use. |
EventParams.FileName |
If the AcquireToFile method is being used, this returns the name of the file this page was just saved to. |
EventParams.CancelScanning |
Set it to True if you want to cancel scanning. |