ImageGear .NET - Updated November 28, 2017
ToolBarAnnotator Constructor




ImageGear23.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)

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