Hello
I am glad of your new release 17.3.0.19 with implemented PageByPage mode. But I have some problem with this mode.
If I use GoToNextPage(), GoToPreviousPage() methods in C# or adequate Binding GoToPreviousPageCommand, Binding GoToNextPageCommand in xaml, page of PDF is not refreshed /first page is displayed /. If I use GoToPage(current_page - 1 ), GoToPage(current_page + 1) instead GoToPreviousPage(), GoToNextPage() all is presented OK.
I was expecting, that GoToNextPage(), GoToPreviousPage() methods will be equal in mode Continuous and PageByPage.
Do I something wrong? Thanks of your support.
Best Regards
Vladimir Subrt