Back to Devexpress

PdfViewer.ShowFindDialog(PdfFindDialogOptions) Method

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-dot-showfinddialog-x28-devexpress-dot-xtrapdfviewer-dot-pdffinddialogoptions-x29.md

latest1.3 KB
Original Source

PdfViewer.ShowFindDialog(PdfFindDialogOptions) Method

Invokes the Find Text dialog with the text search options applied by an end-user.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public void ShowFindDialog(
    PdfFindDialogOptions findDialogOptions
)
vb
Public Sub ShowFindDialog(
    findDialogOptions As PdfFindDialogOptions
)

Parameters

NameTypeDescription
findDialogOptionsPdfFindDialogOptions

A PdfFindDialogOptions object.

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace