ImageGear .NET - Updated May 1, 2018
Page Property (IImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : Page Property
Gets or sets ImGearPage object associated with this display page.
Syntax
'Declaration
 
Property Page As ImGearPage
 
'Usage
 
Dim instance As IImGearPageDisplay
Dim value As ImGearPage
 
instance.Page = value
 
value = instance.Page

Property Value

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

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members
ImGearPage Class