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




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

    Property Value

    ImGearAnnotation class object.
    See Also