Adding Pages Tab to Bookmarks panel

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
caraf
Posts: 4
Joined: Mon Mar 06 2006

Adding Pages Tab to Bookmarks panel

Post by caraf »

Hi!
How can I add/enable Pages Tab on the Bookmarks panel (I mean from within my code)? I saw this feature in PDFCreactiveDoc.
And whether they are (pages as content of Pages Tab) added automaticaly or they're to be added programmaticaly?

For now I have plain Bookmarks panel without any tabs.

P.S. I have latest update - 2.51
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

These are the steps for using the thumbnails control:

- place the two controls on a form
- attach the thumbnails control to the PDF Creator control by calling the Initialize method on the thumbnail control, passing it the instance of the PDF Creator control
- handle on your form the thumbnail control's ThumbActivated() event. In this handler, set the CurrentPage of the PDFCreator control to the page of the activated thumb.

If you wish to receive a VB sample please send us an email to support@amyuni.com
caraf
Posts: 4
Joined: Mon Mar 06 2006

Post by caraf »

Thanks :)
Post Reply