VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / WebAnnotationCommentJS Constructor(WebAnnotationCommentCollectionJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebAnnotationCommentJS Constructor(WebAnnotationCommentCollectionJS)
    In This Topic
    Initializes a new instance of the WebAnnotationCommentJS class.
    Syntax
    // Parameters
    var parentCollection; // Type: WebAnnotationCommentCollectionJS
    
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
    
    
    function WebAnnotationCommentJS(
    parentCollection
    The comment collection that contains this comment.
    : WebAnnotationCommentCollectionJS
    ) : WebAnnotationCommentJS;

    Parameters

    parentCollection
    The comment collection that contains this comment.
    Browser Compatibility
    56+
    45+
    11
    See Also