'Usage Dim instance As ImGearTWAIN Dim pageCount As Integer instance.Acquire(pageCount)
Parameters
- pageCount
- Count of pages to scan. -1 scans all available pages.
'Usage Dim instance As ImGearTWAIN Dim pageCount As Integer instance.Acquire(pageCount)
Exception | Description |
---|---|
ImageGear.Core.ImGearException | Thrown if this method called while a connection with a data source is not open. |
Prior to calling this method:
In the AfterPage event, the scanned page is made available as an ImageGear.Core.ImGearPage class object.