Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfTextSearchParameters.Direction Property

Specifies the direction of text search.

Namespace: DevExpress.Pdf

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

Declaration

public PdfTextSearchDirection Direction { get; set; }

Property Value

Type Description
PdfTextSearchDirection

A PdfTextSearchDirection enumeration value, specifying the search direction.

See Also