PdfViewer.ShowFindDialog(PdfFindDialogOptions) Method
In This Article
Invokes the Find Text dialog with the text search options applied by an end-user.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
public void ShowFindDialog(
PdfFindDialogOptions findDialogOptions
)
#Parameters
Name | Type | Description |
---|---|---|
find |
Pdf |
A Pdf |
See Also