PdfBookmarkChildren Property |
Gets a collection of bookmarks / outlines which are direct children of this bookmark.
Namespace:
RadPdf.Data.Document.Bookmarks
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntaxpublic PdfBookmarkCollection Children { get; }Public ReadOnly Property Children As PdfBookmarkCollection
Get
Property Value
Type:
PdfBookmarkCollection
See Also