VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAppearanceJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebLinkAppearanceJS type
    In This Topic
    Determines the appearance of the hyperlink in certain state.
    Syntax
    // Parameters
    var font; // Type: WebAnnotationFontJS
    var foreColor; // Type: string
    var backColor; // Type: string
    var fontTransparent; // Type: boolean
    var cursor; // Type: string
    
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAppearanceJS(font, foreColor, backColor, fontTransparent, cursor);
    
    
    function WebLinkAppearanceJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Annotation.UI.WebLinkAppearanceJS

    Browser Compatibility
    56+
    45+
    11
    See Also