ImageGear Professional v18.2 > API Reference Guide > ISIS Component API Reference > ISIS Component Objects > IGIsisCtl Control > IGIsisCtl Events > BeforePage Event |
Fired by IGIsisCtl just before a new page is acquired using AcquireToDoc Method and AcquireToFile Method.
Sub BeforePage(ByVal EventParams As
GearISISLibCtl.IIGISISBeforePageEventParams)
Name | Description |
---|---|
EventParams.PageNum | Returns the number of the page that is to be scanned. The number of the first page to be scanned is 0. |
EventParams.PendCount | Reserved for future use. |
EventParams.CancelScanning | Set it to True, if you want to cancel scanning. |