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

    Parameters

    value
    WebAnnotationCommentJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also