ImageGear .NET
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
public ImGearPageDisplay( 
   ImGearPage page,
   ImGearAnnotationPage artPage
)
public: ImGearPageDisplay( 
   ImGearPage* page,
   ImGearAnnotationPage* artPage
)
public:
ImGearPageDisplay( 
   ImGearPage^ page,
   ImGearAnnotationPage^ artPage
)
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback