ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAIN Class / AcquireToPage Method




In This Topic
    AcquireToPage Method
    In This Topic
    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:
    • Call OpenSource to select the desired Data Source.
    • Call SetCapability to set desired capability values.
    • Set UseUI to true if you want to obtain the capability settings from the end user.
    See Also