VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfBookmarkJS type / get_ChildBookmarks Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ChildBookmarks Method
    In This Topic
    Gets an array that contains the first-level child bookmarks of this bookmark.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfBookmarkJS(document);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfBookmarkJS[]
    value = instance.get_ChildBookmarks();
    
    
    function get_ChildBookmarks() : WebPdfBookmarkJS[];
    

    Return Value

    An array of WebPdfBookmarkJS objects.
    Browser Compatibility
    56+
    45+
    11
    See Also