ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / ToolBarAnnotator Class
Members




In This Topic
    ToolBarAnnotator Class
    In This Topic
    This class has been deprecated. Provides properties and methods that implement user interface for annotating using ToolBar.
    Object Model
    ToolBarAnnotator ClassToolBar Class
    Syntax
    'Declaration
     
    Public Class ToolBarAnnotator 
       Inherits Annotator
    'Usage
     
    Dim instance As ToolBarAnnotator
    public class ToolBarAnnotator : Annotator 
    public __gc class ToolBarAnnotator : public Annotator 
    public ref class ToolBarAnnotator : public Annotator 
    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.
    Inheritance Hierarchy

    System.Object
       ImageGear.ART.Windows.Controls.Annotator
          ImageGear.ART.Windows.Controls.ToolBarAnnotator

    See Also