ImageGear .NET v24.12 - Updated
ImGearPresentationPageDisplay Constructor(ImGearPage)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class > ImGearPresentationPageDisplay Constructor : ImGearPresentationPageDisplay Constructor(ImGearPage)
Specifies the ImGearPage object to associate with new ImGearPresentationPageDisplay instance.
Initializes a new instance of the ImGearPresentationPageDisplay class using the specified ImGearPage object.
Syntax
'Declaration
 
Public Function New( _
   ByVal page As ImGearPage _
)
'Usage
 
Dim page As ImGearPage
 
Dim instance As New ImGearPresentationPageDisplay(page)
public ImGearPresentationPageDisplay( 
   ImGearPage page
)
public: ImGearPresentationPageDisplay( 
   ImGearPage* page
)
public:
ImGearPresentationPageDisplay( 
   ImGearPage^ page
)

Parameters

page
Specifies the ImGearPage object to associate with new ImGearPresentationPageDisplay instance.

Return Value

A new instance of ImGearPresentationPageDisplay class.
See Also

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
Overload List
ImGearPage Class