VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI.Panels Namespace / WebUiAnnotationCommentListPanelJS type / getRootComment Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getRootComment Method
    In This Topic
    Finds the root comment for specified annotation comment.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationCommentListPanelJS(settings, stateButton);
    
    var value; // Type: object
    
    // Parameters
    var comment; // Type: object
    
    value = instance.getRootComment(comment);
    
    
    function getRootComment(
    comment
    An annotation comment (an instance of WebAnnotationCommentJS type).
    : object
    ) : object;

    Parameters

    comment
    An annotation comment (an instance of WebAnnotationCommentJS type).

    Return Value

    An instance of WebAnnotationCommentJS type if root comment is found; otherwise, null.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also