Skip to main content

PdfViewer.HideFindDialog(Boolean) Method

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

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