ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / Annotator Class / Annotator Constructor
Reference to the page view control.




In This Topic
    Annotator Constructor
    In This Topic
    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