ImageGear .NET - Updated
GetCurrentImage Method




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : GetCurrentImage Method
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

Reference

ImGearTWAIN Class
ImGearTWAIN Members
GetFirstFile Method
GetNextFile Method