ImageGear .NET - Updated
AcquireToPage Method




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : AcquireToPage Method
This method causes the scanning of a single page through a TWAIN device.
Syntax
'Declaration
 
Public Function AcquireToPage() As ImGearPage
'Usage
 
Dim instance As ImGearTWAIN
Dim value As ImGearPage
 
value = instance.AcquireToPage()
public ImGearPage AcquireToPage()
public: ImGearPage* AcquireToPage(); 
public:
ImGearPage^ AcquireToPage(); 

Return Value

An ImageGear.Core.ImGearPage class containig the scanned image.
Exceptions
ExceptionDescription
Thrown if this method called while a connection with a data source is not open.
Remarks
Prior to calling this method:
See Also

Reference

ImGearTWAIN Class
ImGearTWAIN Members
ImGearPage Class
OpenSource Method