1
going to next page
Question asked by sepideh sobhgol - 6/29/2017 at 3:08 AM
Answered
Hello,
I want to have my own toolbar.Now I want to go to next page after pressing a button on my toolbar...But I can not find anyway..Is it possible to implement it?
I have a button like this:
<input onclick="navigatetonextPage()" type="image" class="" src="~/Image/tb_navigatetonext.png">
 
what should I put in navigatetonextPage() to go to next page?
 
function navigatetonextPage() {
 
}
 
regards

2 Replies

Reply to Thread
0
Vinay B R Replied
Marked As Answer
You can use documentViewer.goToNextPage(). Similarly you have First,Last and Prev api's
0
sepideh sobhgol Replied
Thanks for your Reply,
Where I can find a list of all these functionalities.....??...

Reply to Thread