I want to set the initial page that the user sees to be the page that he was on previously when he left the page. I currently do this in DocumentLoaded where I call
await _pdf_viewer.GoToPage(_lastLocation);
What happens is that the document is loaded and I see page 1 and then it goes to the page that I set in DocumentLoaded. Is there no way to set what the initially viewed page number should be? If not, please add this to your feature request list.
Thank you,
Arthur