VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerTextLineJS type / WebDicomSeriesManagerTextLineJS Constructor(string,string,string,WebVintasoftFontPropertiesJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebDicomSeriesManagerTextLineJS Constructor(string,string,string,WebVintasoftFontPropertiesJS)
In This Topic
Initializes a new instance of the WebDicomSeriesManagerTextLineJS class.
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);

Parameters

format
The text format.
textColor
The text color - string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)"). Can be null.
selectedTextColor
Color of the text in selected state - string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)"). Can be null.
font
The font. Can be null.
Browser Compatibility
56+
45+
11
See Also