VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LinkAppearance Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    LinkAppearance Class
    In This Topic
    Determines the appearance of the hyperlink in certain state.
    Object Model
    AnnotationFont CursorData LinkAppearance
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    <TypeConverterAttribute(Vintasoft.Imaging.Annotation.LinkAppearanceConverter)>
    Public NotInheritable Class LinkAppearance
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.Annotation.LinkAppearanceConverter)]
    public sealed class LinkAppearance
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.Annotation.LinkAppearanceConverter)]
    public __gc __sealed class LinkAppearance
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.Annotation.LinkAppearanceConverter)]
    public ref class LinkAppearance sealed
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.LinkAppearance

    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