Using the Getting Started sample, It worked on the first page setting the display as effective.
x:Name="PdfViewer" ZoomFactor ="2" ZoomMode="FitToPage" PageLayoutMode="Single"
But when navigating past that with next page button the zoom setting goes to 100 percent instead of keeping the settings above.
Note this does not happen when in PageLayout continuous Mode is Selected. Setting are retained when scrolling.
How to write event handler on a page navigation with PageLayoutMode="Single"
ZoomFactor ="2" ZoomMode="FitToPage" page by page using
NextPageButton_Clicked ?
PdfViewer.GoToNextPage();