VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerTextLineJS type / WebDicomSeriesManagerTextLineJS Constructor(string,string,string,WebVintasoftFontPropertiesJS)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebDicomSeriesManagerTextLineJS Constructor(string,string,string,WebVintasoftFontPropertiesJS)
    В этом разделе
    Initializes a new instance of the WebDicomSeriesManagerTextLineJS class.
    Синтаксис
    // Parameters
    var format; // Type: string
    var textColor; // Type: string
    var selectedTextColor; // Type: string
    var font; // Type: WebVintasoftFontPropertiesJS
    
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerTextLineJS(format, textColor, selectedTextColor, font);
    
    
    function WebDicomSeriesManagerTextLineJS(
    format
    Текстовый формат.
    : string,
    textColor
    Цвет текста - строка, представляющая цвет HTML ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)"). Может быть null.
    : string,
    selectedTextColor
    Цвет текста в выбранном состоянии - строка, представляющая цвет HTML ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)"). Может быть null.
    : string,
    font
    Шрифт. Может быть null.
    : WebVintasoftFontPropertiesJS
    ) : WebDicomSeriesManagerTextLineJS;

    Parameters

    format
    Текстовый формат.
    textColor
    Цвет текста - строка, представляющая цвет HTML ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)"). Может быть null.
    selectedTextColor
    Цвет текста в выбранном состоянии - строка, представляющая цвет HTML ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)"). Может быть null.
    font
    Шрифт. Может быть null.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также