VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LinesAnnotationData Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    LinesAnnotationData Class
    In This Topic
    Contains information about the annotation that displays lines.
    Object Model
    AnnotationPointCollection AnnotationPen AnnotationBrushBase AnnotationComment LinesAnnotationData
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    Public Class LinesAnnotationData
       Inherits LineAnnotationDataBase
    
    
    [Serializable()]
    public class LinesAnnotationData : LineAnnotationDataBase
    
    
    [Serializable()]
    public __gc class LinesAnnotationData : public LineAnnotationDataBase*
    
    
    [Serializable()]
    public ref class LinesAnnotationData : public LineAnnotationDataBase^
    
    
    Inheritance Hierarchy
    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