Page 1 of 1

move to next frame in pdf file

Posted: Wed Mar 12, 2014 5:08 pm
by btkelleman
How can I move to a the next frame in a multipage pdf file.
I am using a access application(Com) and gdpicture imaging sdk?

Cannot figure out where sample code is to move to next frame.
I don't want to use the built in code with the mouse. I rather have a command button
If you can point me to the right direction to get started

Re: move to next frame in pdf file

Posted: Thu Mar 13, 2014 10:43 am
by SamiKharma
Hi,

If you are talking about the GdViewer, there are page navigation functions like:
DisplayNextPage()
DisplayPreviousPage()
DisplayLastPage()
DisplayFirstPage()
DisplayPage(PageNo)

If you are talking about the GdPicturePDF, there is the function SelectPage(PageNo)

Best,
Sami