Click or drag to resize

PdfBookmarkChildren Property

Gets a list of bookmarks that are children to this bookmark.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfBookmarkList Children { get; }

Property Value

Type: PdfBookmarkList
A list bookmarks that are the children of this bookmark
Remarks
While it is possible to build bookmarks with cycles (elements of the Children collection are contained elsewhere in the bookmark tree), this is an error and may generate a damaged PDF.
See Also