Having trouble getting help?
Contact Support
Contact Support
Enable and disable text selection in UWP PDF Viewer
8 Jun 20211 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