ImageGear .NET v24.12 - Updated
Page Property (ImGearARTCreatingPageEventArgs)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCreatingPageEventArgs Class : Page Property
Gets the page.
Syntax
'Declaration
 
Public ReadOnly Property Page As ImGearARTPage
'Usage
 
Dim instance As ImGearARTCreatingPageEventArgs
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

ImGearARTCreatingPageEventArgs Class
ImGearARTCreatingPageEventArgs Members