ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / FileOpenedEventArgs Class / Page Property




In This Topic
    Page Property (FileOpenedEventArgs)
    In This Topic
    Gets ImGearPage loaded into the page view control. Set to null if no page was loaded.
    Syntax
    'Declaration
     
    Public ReadOnly Property Page As ImGearPage
    'Usage
     
    Dim instance As FileOpenedEventArgs
    Dim value As ImGearPage
     
    value = instance.Page
    public ImGearPage Page {get;}
    public: __property ImGearPage* get_Page();
    public:
    property ImGearPage^ Page {
       ImGearPage^ get();
    }

    Property Value

    ImGearPage class object.
    See Also