ImageGear PDF v25.2 - Updated
Annotator Constructor




ImageGear.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > Annotator Class : Annotator Constructor
Reference to the page view control.
This constructor has been deprecated. Initializes a new instance of the Annotator class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageView As PageView _
)
'Usage
 
Dim pageView As PageView
 
Dim instance As New Annotator(pageView)
public Annotator( 
   PageView pageView
)
public: Annotator( 
   PageView* pageView
)
public:
Annotator( 
   PageView^ pageView
)

Parameters

pageView
Reference to the page view control.
Remarks
This class will be removed from the public API in a future release. The annotation user interface can now be accessed directly through the PageView control by referencing the ImageGear.Windows.Controls.Art.dll assembly.
See Also

Reference

Annotator Class
Annotator Members
PageView Property

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