VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerJS type / set_Color Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_Color Method
In This Topic
Sets the color of measurement line.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerJS(dicomViewerControl);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_Color(value);

Parameters

value
The string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)").
Browser Compatibility
56+
45+
11
See Also