ImageGear .NET - Updated
Page Property (ImGearARTDroppedMarkEventArgs)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTDroppedMarkEventArgs Class : Page Property
Gets the parent page of the mark that was dropped.
Syntax
'Declaration
 
Public ReadOnly Property Page As ImGearARTPage
'Usage
 
Dim instance As ImGearARTDroppedMarkEventArgs
Dim value As ImGearARTPage
 
value = instance.Page
public ImGearARTPage Page {get;}
public: __property ImGearARTPage* get_Page();
public:
property ImGearARTPage^ Page {
   ImGearARTPage^ get();
}

Property Value

ImGearARTPage class object.
See Also

Reference

ImGearARTDroppedMarkEventArgs Class
ImGearARTDroppedMarkEventArgs Members