ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAIN Class / GetFileInfo Method
The name of file to get info about.




In This Topic
    GetFileInfo Method
    In This Topic
    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