Gets a collection of all the descendant bookmarks of this bookmark.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public BookmarksCollection DescendantBookmarks { get; }
Visual Basic
Public ReadOnly Property DescendantBookmarks As BookmarksCollection
	Get
Visual C++
public:
property BookmarksCollection^ DescendantBookmarks {
	BookmarksCollection^ get ();
}

Property Value

Type: BookmarksCollection

See Also