This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, February 20, 2007 12:07:21 AM(UTC)
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.
#2
Posted
:
Wednesday, February 21, 2007 9:41:24 AM(UTC)
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.