PdfViewer.ClearSelection() Method
In This Article
Resets the selection.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public void ClearSelection()
#Remarks
You can also use the PdfViewerCommands.ClearSelection command to clear the selection.
See Also