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

PdfContinueSearchFrom Enum

Lists values used to specify where to continue the search in a PDF document.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public enum PdfContinueSearchFrom

Members

Name Description
LastSearchResult

The PDF Viewer continues its search from its last search result.

CurrentPage

The PDF Viewer continues its search from the current page.

Related API Members

The following properties accept/return PdfContinueSearchFrom values:

Remarks

This enumeration’s values are used by the ContinueSearchFrom property.

See Also