VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / set_Color Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Color Method
    In This Topic
    Sets the color of the comment in user interface.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_Color(value);
    
    
    function set_Color(
    value
    Color of comment, for example, "rgba(0,128,255,0.77)".
    : string
    ) : any;

    Parameters

    value
    Color of comment, for example, "rgba(0,128,255,0.77)".
    Browser Compatibility
    56+
    45+
    11
    See Also