VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAppearanceJS type / WebLinkAppearanceJS Constructor(WebAnnotationFontJS,string,string,boolean,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebLinkAppearanceJS Constructor(WebAnnotationFontJS,string,string,boolean,string)
    In This Topic
    Initializes a new instance of the WebLinkAppearanceJS class.
    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(
    font
    The font of the text.
    : WebAnnotationFontJS,
    foreColor
    The color of the text.
    : string,
    backColor
    The color of the background.
    : string,
    fontTransparent
    Flag indicating whether the text is transparent.
    : boolean,
    cursor
    CSS style of cursor.
    : string
    ) : WebLinkAppearanceJS;

    Parameters

    font
    The font of the text.
    foreColor
    The color of the text.
    backColor
    The color of the background.
    fontTransparent
    Flag indicating whether the text is transparent.
    cursor
    CSS style of cursor.
    Browser Compatibility
    56+
    45+
    11
    See Also