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

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

    See Also