ImageGear Professional v18.2 > API Reference Guide > ISIS Component API Reference > ISIS Component Objects > IGIsisCtl Control > IGIsisCtl Methods > AcquireToDoc Method |
Scans multiple pages from a scanner equipped with an Automatic Document Feeder (ADF). The images are stored as separate pages in the specified IGDocument.
Use SelectDriver Method to select the desired ISIS driver, and UpdateTagValueFrom Method to set desired tag values, prior to calling this method.
AcquireToDoc (pDoc As IGDocument, NumPages As Long)
Name | Description |
---|---|
pDoc | IGDocument to contain the acquired images - one image per IGPage. |
NumPages | Use -1 to scan all the pages currently available. If a positive number is specified, then scanning will stop after that many pages have been scanned. |
None