PDF bookmarks

Questions, comments and suggestions concerning VintaSoft PDF .NET Plug-in.

Moderator: Alex

Post Reply
narinscan
Posts: 5
Joined: Wed Dec 29, 2010 7:45 am

PDF bookmarks

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: PDF bookmarks

Post 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
Post Reply