ImageGear .NET - Updated
GetFileInfo Method




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : GetFileInfo Method
The name of file to get info about.
This method gets information about the requested file.
Syntax
'Declaration
 
Public Function GetFileInfo( _
   ByVal fileName As String _
) As ImGearFileInfo
'Usage
 
Dim instance As ImGearTWAIN
Dim fileName As String
Dim value As ImGearFileInfo
 
value = instance.GetFileInfo(fileName)
public ImGearFileInfo GetFileInfo( 
   string fileName
)
public: ImGearFileInfo* GetFileInfo( 
   string* fileName
) 
public:
ImGearFileInfo^ GetFileInfo( 
   String^ fileName
) 

Parameters

fileName
The name of file to get info about.

Return Value

An ImGearFileInfo class containing information about the requested file.
Remarks
Use OpenSource to select the desired Data Source, prior to calling this method.
See Also

Reference

ImGearTWAIN Class
ImGearTWAIN Members
ImGearFileInfo Class