Back to Devexpress

PdfContinueSearchFrom Enum

wpf-devexpress-dot-xpf-dot-pdfviewer-f8c8da06.md

latest1.3 KB
Original Source

PdfContinueSearchFrom Enum

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

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public enum PdfContinueSearchFrom
vb
Public Enum PdfContinueSearchFrom

Members

NameDescription
CurrentPage

The PDF Viewer continues its search from the current page.

| | LastSearchResult |

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

|

The following properties accept/return PdfContinueSearchFrom values:

Remarks

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

See Also

DevExpress.Xpf.PdfViewer Namespace