ImageGear .NET - Updated March 30, 2018
File Property (FileOpeningEventArgs)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > FileOpeningEventArgs Class : File Property
Gets FileInfo of file dropped on PageView control. Also contains method to open the file.
Syntax
'Declaration
 
Public ReadOnly Property File As FileInfo
 
'Usage
 
Dim instance As FileOpeningEventArgs
Dim value As FileInfo
 
value = instance.File

Property Value

FileInfo class object.
See Also

Reference

FileOpeningEventArgs Class
FileOpeningEventArgs Members