Auto Scroll to Specific Page

Hello,
Is there a way I scan render a document and auto scroll to a specific page of interest.

For instance if I want to user to open the document and go straight to chapter 1 and skip the table of contents

A

@cvlabs,

You can achieve that using the javascript function GotoPage(int pageNumber).

Multiple samples use it so that you can take a look at them.

Hopefully, this will be good enough.

There is no current function to go to a specific document section, just a specific page.

Hi,
GotoPage will work just fine, let me look through your sample codes for guidance

Thank you

1 Like