ImageGear Professional v18.2 > API Reference Guide > ISIS Component API Reference > ISIS Component Objects > IGIsisCtl Control > IGIsisCtl Methods > AcquireToPage Method |
Scans a single page through an ISIS device. Use SelectDriver Method to select the desired ISIS driver, and UpdateTagValueFrom Method to set desired control parameters values, prior to calling this method.
The automatic document feeder is programmed to be the primary source for loading paper. If an automatic document feeder exists, and there is paper in it, it is scanned. If it is empty, the paper is taken from the flatbed.
AcquireToPage (pPage As IGPage)
Name | Description |
---|---|
pPage | The IGPage into which the scanned image will be placed. |
None