ImageGear Professional v18.2 > API Reference Guide > TWAIN Component API Reference > TWAIN Component Objects > IGTwainCtl Control > IGTwainCtl Methods > Acquire Method |
Scans multiple pages from a scanner equipped with an Automatic Document Feeder (ADF).
Use OpenSource to select the desired Data Source, and SetCapability to set desired capabilities values, prior to calling this method.
Set UseUI to True, prior to calling this method, if you want ImageGear to obtain the capability settings from the end-user.
Acquire(NumPages As Long)
Name | Description |
---|---|
NumPages | The number of pages t o scan to the document. Setting number of pages to -1 results in acquiring all the available pages. |
None