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




In This Topic
    GetCurrentImage Method
    In This Topic
    This method retrieves the image that the device's file system context currently points to.
    Syntax
    'Declaration
     
    Public Function GetCurrentImage() As ImGearPage
    'Usage
     
    Dim instance As ImGearTWAIN
    Dim value As ImGearPage
     
    value = instance.GetCurrentImage()
    public ImGearPage GetCurrentImage()
    public: ImGearPage* GetCurrentImage(); 
    public:
    ImGearPage^ GetCurrentImage(); 

    Return Value

    An ImageGear.Core.ImGearPage class containing the requested image.
    Remarks

    Prior to calling this method:

    See Also