VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRulerAnnotationViewJS type / get_ForeColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_ForeColor Method
In This Topic
Gets the foreground color of annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS();

var value; // Type: string
value = instance.get_ForeColor();

Return Value

Foreground color. Default value is "rgba(0,0,0,1)".
Browser Compatibility
56+
45+
11
See Also