Display PDF file bookmark in control(component) bookmark

If you are a Delphi developer and have any questions about using our products from Delphi here is the place to post them.
Post Reply
td28354
Posts: 4
Joined: Tue Feb 27 2007

Display PDF file bookmark in control(component) bookmark

Post by td28354 »

Hi,

How can I display the PDF file bookmark using bookmark control(component). same question for thumbnails control(component) to display the pdf file pages.

thanks in advance
td28354
Posts: 4
Joined: Tue Feb 27 2007

I solved it

Post by td28354 »

I solved it in this way :
acBookmarkCtrl.Initialize(PDFCreactiveX.OleObject);
acBookmarkCtrl.Refresh;
Post Reply