VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / set_Name Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Name Method
    In This Topic
    Sets name of comment.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_Name(value);
    
    
    function set_Name(
    value
    The name of comment.
    : string
    ) : any;

    Parameters

    value
    The name of comment.
    Browser Compatibility
    56+
    45+
    11
    See Also