ImageGear .NET v24.12 - Updated
ARTPage Property (FileOpenedEventArgs)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > FileOpenedEventArgs Class : ARTPage Property
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

Reference

FileOpenedEventArgs Class
FileOpenedEventArgs Members