Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, February 20, 2007 12:07:21 AM(UTC)
gemini_dk

Groups: Registered
Posts: 3


I am using the LeadTools 13 ActiveX Control in C#.Net.

I am facing a problem to load a Multipage PDF file. I have used the following functions

AxLeadLib.AxLead axLead1;
axLead1.load(strFilePath, 0, 1, -1);

When this file is loaded in the Control,  I get to view only the last page of the PDF while I want to view the first one initially.
Further, I also want to view the other pages of the PDF in the Control, do please suggest a method for it.



 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, February 21, 2007 9:41:24 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


When you load multiple pages from a single file with Load, it will store them in a BitmapList.  Therefore, you need to change the axLead1.BitmapListIndex property to 0 to view the first page, 1 for the second page, etc.
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.069 seconds.