VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAnnotationViewJS type / get_ClickedLinkAppearance Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ClickedLinkAppearance Method
    In This Topic
    Gets the appearance of the hyperlink when the user clicked the link.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebLinkAppearanceJS
    value = instance.get_ClickedLinkAppearance();
    
    
    function get_ClickedLinkAppearance() : WebLinkAppearanceJS;
    

    Return Value

    The WebLinkAppearanceJS of the hyperlink when the user clicked the link.
    Browser Compatibility
    56+
    45+
    11
    See Also