In This Topic
Shows the dialog that allows to edit settings of 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.editComment(comment);
function editComment(
: object
) : any;
Parameters
- comment
- An annotation comment (an instance of WebAnnotationCommentJS type) that should be edited.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also