ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms Class / ImGearARTForms Constructor / ImGearARTForms Constructor(ImGearPageView)
Reference to the page view control.




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

    Parameters

    pageView
    Reference to the page view control.
    See Also