How can I help you?
Enable and disable text selection in UWP PDF Viewer
5 Sep 20251 minute to read
The text selection feature of the PDF viewer can be disabled as shown in the following code.
pdfViewer.IsTextSelectionEnabled = false;pdfViewer.IsTextSelectionEnabled = False