VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentCollectionJS type / get_Parent Property
Syntax BrowserCompatibility SeeAlso
    get_Parent Method
    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();
    
    

    Return Value

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