how can i navigate in specific page in document viewer?
i have a document viewer component and image viewer. I want to select in a page in document and display in my image viewer in runtime.
using FREngine 11 SDK
how can i navigate in specific page in document viewer?
i have a document viewer component and image viewer. I want to select in a page in document and display in my image viewer in runtime.
using FREngine 11 SDK
0 out of 0 found this helpful
Comments
5 comments
This is already realized in the standard sample Visual Components that comes together with FREngine 11 distribution. In case we have misunderstood your scenario, can you please describe it in more details?
I need to display the page in the imageviewer component at runtime just like the goto command but without the window prompt.
Can you please provide more details of your scenario?
my scenario would be my document is loaded with the last page displayed on image viewer, and i click save that will run a method that validates all pages to check user miss a page without block and if found a page without block it would display a message and display that unedited page to the image viewer.
my workaround is to offset by looping using prev and next command. i hope there's an easy way on doing this, like jumping to the page just like the command goto without window prompt.
Please try to use IImageViewer::FRPage property for your scenario. It specifies the document page connected to Image Viewer.
Please sign in to leave a comment.