VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerTextLineJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebDicomSeriesManagerTextLineJS type
    In This Topic
    Stores the properties of the text line in a panel on WebDicomSeriesManagerControlJS.
    Syntax
    // 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;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Dicom.WebDicomSeriesManagerTextLineJS

    Browser Compatibility
    56+
    45+
    11
    See Also