ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / FileOpeningEventArgs Class / File Property




In This Topic
    File Property (FileOpeningEventArgs)
    In This Topic
    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
    public FileInfo File {get;}
    public: __property FileInfo* get_File();
    public:
    property FileInfo^ File {
       FileInfo^ get();
    }

    Property Value

    FileInfo class object.
    See Also