ImageGear .NET - Updated
Page Property (ImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : Page Property
Gets or sets ImGearPage object associated with this display page.
Syntax
'Declaration
 
Public Property Page As ImGearPage
'Usage
 
Dim instance As ImGearPageDisplay
Dim value As ImGearPage
 
instance.Page = value
 
value = instance.Page
public ImGearPage Page {get; set;}
public: __property ImGearPage* get_Page();
public: __property void set_Page( 
   ImGearPage* value
);
public:
property ImGearPage^ Page {
   ImGearPage^ get();
   void set (    ImGearPage^ value);
}

Property Value

Valid ImageGear.Core.ImGearPage class object or null.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members
ImGearPage Class