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.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v21.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public enum PdfContinueSearchFrom

Members

Name Description
CurrentPage

The PDF Viewer continues its search from the current page.

LastSearchResult

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

Related API Members

The following properties accept/return PdfContinueSearchFrom values:

Remarks

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

See Also