Gets a collection of all the descendant bookmarks of this bookmark.
Namespace: EvoPdfAssembly: 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 (); } |