ImageGear .NET v24.12 - Updated
ToolBarAnnotator Constructor




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > ToolBarAnnotator Class : ToolBarAnnotator Constructor
Reference to the page view control.
Reference to the ToolBar class.
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

Reference

ToolBarAnnotator Class
ToolBarAnnotator Members
PageView Class
ToolBar Property