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

    Parameters

    comment
    An annotation comment (an instance of WebAnnotationCommentJS type) that should be deleted.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also