How to Jump to previously viewed page

Hello,
I have a scenario where I have links in a pdf file where I can go to page 30 from page 4 on link click. I need to go to page 4on alt+left arrow click as in adobe pdf viewer. Is there any solution for this?

Thank you for contacting us about this. To clarify, what platform are you looking to develop on? Are you using the UWP SDK or the Desktop Windows SDK?

I am using Desktop Windows SDK

Hello,

If you are using the WPF Viewer, you can call the SetCurrentPage method in order to go to a specific page on an event (like alt+left arrow click).

thanks for the awesome information.

thanks my issue has been fixed.