This constructor has been deprecated. Initializes a new instance of the Annotator class.
Syntax
'Declaration
Public Function New( _
ByVal As PageView _
)
'Usage
Dim pageView As PageView
Dim instance As New Annotator(pageView)
Parameters
- pageView
- Reference to the page view control.
See Also