ImageGear .NET
File Property (FileOpeningEventArgs)




Gets FileInfo of file dropped on PageView control. Also contains method to open the file.
Syntax
public FileInfo File {get;}
public: __property FileInfo* get_File();
public:
property FileInfo^ File {
   FileInfo^ get();
}
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback