VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomTextAnnotationData Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    DicomTextAnnotationData Class
    In This Topic
    Contains information about the annotation that displays an editable text area and a leader polyline used to point to the area of the image.
    Object Model
    TextStyle DicomReferencedImage DicomGraphicLayer AnnotationBrushBase AnnotationPen AnnotationComment DicomTextAnnotationData
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    Public Class DicomTextAnnotationData
       Inherits DicomAnnotationData
    
    
    [Serializable()]
    public class DicomTextAnnotationData : DicomAnnotationData
    
    
    [Serializable()]
    public __gc class DicomTextAnnotationData : public DicomAnnotationData*
    
    
    [Serializable()]
    public ref class DicomTextAnnotationData : public DicomAnnotationData^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.AnnotationData
          Vintasoft.Imaging.Annotation.Dicom.DicomAnnotationData
             Vintasoft.Imaging.Annotation.Dicom.DicomTextAnnotationData

    Requirements

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

    See Also