ImageGear PDF v25.2 - Updated
ToolBarAnnotator Constructor




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

Is this page helpful?
Yes No
Thanks for your feedback.