hierarchical Bookmark

Can we create a hierarchical bookmark using essential pdf

1 Reply

SD Sarathi D Syncfusion Team August 31, 2007 01:53 AM UTC

Hi Shankar,

Thank you for posting your query to us.

We have support for hierachial bookmarking. This can be done by the following code snippet.

IPDFBookmark bk= BookmarksCollections.Add("Dest1",dest1);
bk.ChildNodes.Add("Dest11", dest1);

I have attached a sample based on the above code and it is available in the following link.
http://websamples.syncfusion.com/samples/PDF.Windows/67818/main.htm

Please run the sample and let me know if this satisfies you.

Regards,
Sarathi

Loader.
Up arrow icon