ImageGear for .NET
File Property (FileOpenedEventArgs)




Gets FileInfo of file dropped on PageView control.
Syntax
'Declaration
 
Public ReadOnly Property File As FileInfo
'Usage
 
Dim instance As FileOpenedEventArgs
Dim value As FileInfo
 
value = instance.File
public FileInfo File {get;}
public: __property FileInfo* get_File();
public:
property FileInfo^ File {
   FileInfo^ get();
}

Property Value

FileInfo class object.
See Also

Reference

FileOpenedEventArgs Class
FileOpenedEventArgs Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback