VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfBookmark Class / childBookmarks Property
Syntax Requirements SeeAlso
In This Topic
    childBookmarks Property (WebPdfBookmark)
    In This Topic
    Gets or sets an array that contains the first-level child bookmarks of this bookmark.
    Syntax
    'Declaration
    
    Public Property childBookmarks As WebPdfBookmark[]
    
    
    public WebPdfBookmark[] childBookmarks { get; set; }
    
    
    public: __property WebPdfBookmark*[] get_childBookmarks();
    public: __property void set_childBookmarks(
    WebPdfBookmark*[]* value
    );
    public:
    property WebPdfBookmark^[] childBookmarks { WebPdfBookmark^[] get(); void set(array<WebPdfBookmark^>^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also