VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAppearanceJS type / WebLinkAppearanceJS Constructor(WebAnnotationFontJS,string,string,boolean,string)
Syntax BrowserCompatibility SeeAlso
    WebLinkAppearanceJS Constructor(WebAnnotationFontJS,string,string,boolean,string)
    Initializes a new instance of the WebLinkAppearanceJS class.
    Синтаксис
    // 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);
    
    

    Parameters

    font
    Шрифт текста.
    foreColor
    Цвет текста.
    backColor
    Цвет фона.
    fontTransparent
    Флаг, указывающий, является ли текст прозрачным.
    cursor
    CSS-стиль курсора.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также