Back to Devexpress

PdfTextSearchDirection Enum

officefileapi-devexpress-dot-pdf-216bc51a.md

latest1.2 KB
Original Source

PdfTextSearchDirection Enum

Lists the available text search direction modes.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfTextSearchDirection
vb
Public Enum PdfTextSearchDirection

Members

NameDescription
Forward

Specifies a forward search in the document.

| | Backward |

Specifies a backward search in the document.

|

The following properties accept/return PdfTextSearchDirection values:

Remarks

An object of the PdfTextSearchDirection type is returned by the PdfTextSearchParameters.Direction property.

See Also

DevExpress.Pdf Namespace