How to Toggle the display of the page number in UWP PDF Viewer
14 Aug 20261 minute to read
The following code example can be used to disable the display of the page number on the top left corner of each page.
pdfViewer.ShowPageNumber = false;pdfViewer.ShowPageNumber = False