PdfContinueSearchFrom Enum
Lists values used to specify where to continue the search in a PDF document.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#Members
Name | Description |
---|---|
Last
|
The PDF Viewer continues its search from its last search result. |
Current
|
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.