Having trouble getting help?
Contact Support
Contact Support
Toggle the display of the page number in UWP PDF Viewer
8 Jun 20211 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