ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / ImGearPageDisplay Constructor / ImGearPageDisplay Constructor(ImGearPage)
Specifies the ImGearPage object to associate with new ImGearPageDisplay instance.




In This Topic
    ImGearPageDisplay Constructor(ImGearPage)
    In This Topic
    Initializes a new instance of the ImGearPageDisplay class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As ImGearPage _
    )
    'Usage
     
    Dim page As ImGearPage
     
    Dim instance As New ImGearPageDisplay(page)
    public ImGearPageDisplay( 
       ImGearPage page
    )
    public: ImGearPageDisplay( 
       ImGearPage* page
    )
    public:
    ImGearPageDisplay( 
       ImGearPage^ page
    )

    Parameters

    page
    Specifies the ImGearPage object to associate with new ImGearPageDisplay instance.
    See Also