Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfTextSearchDirection Enum

Lists the available text search direction modes.

Namespace: DevExpress.Pdf

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

Declaration

public enum PdfTextSearchDirection

Members

Name Description
Forward

Specifies a forward search in the document.

Backward

Specifies a backward search in the document.

Remarks

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

See Also