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

PdfTextSearchParameters.Direction Property

Specifies the direction of text search.

Namespace: DevExpress.Pdf

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

Declaration

public PdfTextSearchDirection Direction { get; set; }

Property Value

Type Description
PdfTextSearchDirection

A PdfTextSearchDirection enumeration value, specifying the search direction.

See Also