How can I help you?
Toggle the display of the page number in UWP PDF Viewer
23 May 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