ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / ToolBarAnnotator Class / ToolBarAnnotator Constructor
Reference to the page view control.
Reference to the ToolBar class.




In This Topic
    ToolBarAnnotator Constructor
    In This Topic
    Initializes a new instance of the ToolBarAnnotator class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageView As PageView, _
       ByVal toolBar As ToolBar _
    )
    'Usage
     
    Dim pageView As PageView
    Dim toolBar As ToolBar
     
    Dim instance As New ToolBarAnnotator(pageView, toolBar)
    public ToolBarAnnotator( 
       PageView pageView,
       ToolBar toolBar
    )
    public: ToolBarAnnotator( 
       PageView* pageView,
       ToolBar* toolBar
    )
    public:
    ToolBarAnnotator( 
       PageView^ pageView,
       ToolBar^ toolBar
    )

    Parameters

    pageView
    Reference to the page view control.
    toolBar
    Reference to the ToolBar class.
    See Also