Community

navigate in specific page in document viewer

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

Was this article helpful?

0 out of 0 found this helpful

Comments

5 comments

  • Avatar
    SDK_support

    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?

    0
  • Avatar
    vbknight

    I need to display the page in the imageviewer component at runtime just like the goto command but without the window prompt.

    0
  • Avatar
    SDK_support

    Can you please provide more details of your scenario?

    0
  • Avatar
    vbknight

    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.

    0
  • Avatar
    Julia Anikushina

    Please try to use IImageViewer::FRPage property for your scenario. It specifies the document page connected to Image Viewer.

    0

Please sign in to leave a comment.