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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback