ImageGear21.Twain Assembly > ImageGear.TWAIN Namespace > ImGearTWAIN Class : CloseFile Method |
'Declaration Public Sub CloseFile( _ ByVal fileInfo As ImGearFileInfo _ )
'Usage Dim instance As ImGearTWAIN Dim fileInfo As ImGearFileInfo instance.CloseFile(fileInfo)
public void CloseFile( ImGearFileInfo fileInfo )
public: void CloseFile( ImGearFileInfo* fileInfo )
public: void CloseFile( ImGearFileInfo^ fileInfo )
Prior to calling this method, use OpenSource to select the desired Data Source.
Every call to GetFirstFile must be matched by a call to CloseFile to release the file system context.