Back to Devexpress

PdfContinueSearchFrom Enum

windowsforms-devexpress-dot-xtrapdfviewer-8915e4ac.md

latest1.3 KB
Original Source

PdfContinueSearchFrom Enum

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

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public enum PdfContinueSearchFrom
vb
Public Enum PdfContinueSearchFrom

Members

NameDescription
LastSearchResult

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

| | CurrentPage |

The PDF Viewer continues its search from the current page.

|

The following properties accept/return PdfContinueSearchFrom values:

Remarks

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

See Also

DevExpress.XtraPdfViewer Namespace