acThumbnailCtrl

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

acThumbnailCtrl

Post by td28354 »

how can I use the acThumbnailCtrl to create a list of pages like in Acrobat reader or like in "Amyuni PDF Creator" software.
td28354
Posts: 4
Joined: Tue Feb 27 2007

I solved it

Post by td28354 »

I solved it in this way :
acThumbnailCtrl.Initialize(PDFCreactiveX.OleObject);
acThumbnailCtrl.Refresh;
alonso
Posts: 1
Joined: Sat Aug 04 2007
Contact:

Post by alonso »

Thanks for you code, I am looking for this answer too, Thanks.
Post Reply