VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI.Panels Namespace / WebUiAnnotationCommentSettingsPanelJS type / setComment Property
Syntax BrowserCompatibility SeeAlso
In This Topic
setComment Method
In This Topic
Sets the annotation comment.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.Panels.WebUiAnnotationCommentSettingsPanelJS(commentListPanel, settings);

var value; // Type: any

// Parameters
var annotationComment; // Type: object

value = instance.setComment(annotationComment);

Parameters

annotationComment
An instance of WebAnnotationCommentJS type that should be used as a source for this panel.
Browser Compatibility
56+
45+
11
See Also