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

PdfViewer.HideFindDialog(Boolean) Method

Hides the text search user interface, without showing the fade-out animation.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public void HideFindDialog(
    bool immediate
)

Parameters

Name Type Description
immediate Boolean

true, to omit animation when hiding the text search user interface; otherwise false.

See Also