ImageGear .NET - Updated March 30, 2018
Page Property (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : Page Property
Gets or sets the ImGearPage Class associated with the control - automatically mapped to the Page property of the associated ImGearPageDisplay Class object.
Syntax
'Declaration
 
Public Property Page As ImGearPage
 
'Usage
 
Dim instance As PageView
Dim value As ImGearPage
 
instance.Page = value
 
value = instance.Page

Property Value

ImageGear.Core.ImGearPage class object.
See Also

Reference

PageView Class
PageView Members