VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationPen Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    AnnotationPen Class
    In This Topic
    Defines an object used to draw lines and curves of the annotation.
    Object Model
    AnnotationBrushBase LineCap LineCap AnnotationPen
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
    Public Class AnnotationPen
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public class AnnotationPen
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public __gc class AnnotationPen
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public ref class AnnotationPen
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.AnnotationPen

    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