VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / TextAnnotationDataBase Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    TextAnnotationDataBase Class
    In This Topic
    Provides the abstract base class that contains information about base text annotation.
    Object Model
    AnnotationTextProperties AnnotationPen AnnotationBrushBase AnnotationComment TextAnnotationDataBase
    Syntax
    'Declaration
    
    Public MustInherit Class TextAnnotationDataBase
       Inherits AnnotationData
    
    
    public abstract class TextAnnotationDataBase : AnnotationData
    
    
    public __gc abstract class TextAnnotationDataBase : public AnnotationData*
    
    
    public ref class TextAnnotationDataBase abstract : public AnnotationData^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.AnnotationData
          Vintasoft.Imaging.Annotation.TextAnnotationDataBase
             Vintasoft.Imaging.Annotation.RectangleAnnotationData
             Vintasoft.Imaging.Annotation.LineAnnotationDataBase

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also