VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentCollectionJS type / get_Parent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Parent Method
    In This Topic
    Gets the comment that stores this comment collection.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentCollectionJS(parent);
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS
    value = instance.get_Parent();
    
    
    function get_Parent() : WebAnnotationCommentJS;
    

    Return Value

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