Page 1 of 1

PDF bookmarks

Posted: Tue Jan 11, 2011 10:28 am
by narinscan
More Knowledge about Management bookmark. example
1) Search node from text which have title like text.
2) How to check node is parent or child.

Thank
Narin

Re: PDF bookmarks

Posted: Wed Jan 12, 2011 11:23 am
by Alex
Hello Narin,
Search node from text which have title like text.
You need go through the bookmark collection (PdfBookmarkCollection) and search for bookmark with necessary text (PdfBookmark.Title).

How to check node is parent or child.
Please read information about members of the Vintasoft.Pdf.Tree.PdfBookmark class in the documentation.

PdfBookmark class has the ParentBookmark, ParentBookmarks and ChildBookmarks properties.

Best regards, Alexander