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

    Parameters

    parent
    The comment that stores this comment collection.
    Browser Compatibility
    56+
    45+
    11
    See Also