ImageGear .NET v24.14 - Updated September 15, 2020
Display Property (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : Display Property
Gets or sets the ImGearPageDisplay Class object associated with the control, representing the image and display parameters.
Syntax
'Declaration
 
<BindableAttribute(True)>
Public Property Display As ImGearPresentationPageDisplay
 
'Usage
 
Dim instance As PageView
Dim value As ImGearPresentationPageDisplay
 
instance.Display = value
 
value = instance.Display

Property Value

ImageGear.Display.ImGearPresentationPageDisplay class object.
See Also

Reference

PageView Class
PageView Members