ImageGear .NET - Updated October 2, 2018
Page Property (ImGearPresentationPageDisplay)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : Page Property
Gets or sets ImGearPage object associated with this display page.
Syntax
'Declaration
 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property Page As ImGearPage
 
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As ImGearPage
 
instance.Page = value
 
value = instance.Page

Property Value

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

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
ImGearPage Class