ImageGear .NET - Updated March 30, 2018
ImGearPageDisplay Constructor(ImGearPage,ImGearAnnotationPage)




ImageGear24.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class > ImGearPageDisplay Constructor : ImGearPageDisplay Constructor(ImGearPage,ImGearAnnotationPage)
Specifies the ImageGear.Core.ImGearPage object to associate with new ImGearPageDisplay instance.
ImageGear.ART.ImGearARTPage object to associate with ImageGear.Core.ImGearPage for display.
Initializes a new instance of the ImGearPageDisplay class using the specified ImageGear.Core.ImGearPage and ImGearAnnotationPage objects.
Syntax
'Declaration
 
Public Function New( _
   ByVal page As ImGearPage, _
   ByVal artPage As ImGearAnnotationPage _
)
 
'Usage
 
Dim page As ImGearPage
Dim artPage As ImGearAnnotationPage
 
Dim instance As New ImGearPageDisplay(page, artPage)

Parameters

page
Specifies the ImageGear.Core.ImGearPage object to associate with new ImGearPageDisplay instance.
artPage
ImageGear.ART.ImGearARTPage object to associate with ImageGear.Core.ImGearPage for display.

Return Value

A new instance of ImGearPageDisplay class.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members
Overload List
ImGearPage Class
ImGearAnnotationPage Class