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
See Also