Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public void ShowFindDialog(
    PdfFindDialogOptions findDialogOptions
)

Parameters

Name Type Description
findDialogOptions PdfFindDialogOptions

A PdfFindDialogOptions object.

See Also