ImageGear .NET v24.12 - Updated
ImGearARTForms Constructor(ImGearPageView)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class > ImGearARTForms Constructor : ImGearARTForms Constructor(ImGearPageView)
Reference to the page view control.
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

Reference

ImGearARTForms Class
ImGearARTForms Members
Overload List
ImGearPageView Class