ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms Class / ImGearARTForms Constructor / ImGearARTForms Constructor(ImGearPageView,ImGearARTPage,ImGearARTToolBarModes)
Reference to the page view control.
Reference to working annotation page.
Specifies ART toolbar mode: legacy 2.0 marks or 3.0 marks.




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

    Parameters

    pageView
    Reference to the page view control.
    page
    Reference to working annotation page.
    mode
    Specifies ART toolbar mode: legacy 2.0 marks or 3.0 marks.
    See Also