ImageGear .NET - Updated October 26, 2017
Page Property (PageView)




ImageGear23.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