PdfTextSearchParameters.Direction Property
In This Article
Specifies the direction of text search.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfTextSearchDirection Direction { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
Name | Description |
---|---|
Forward | Specifies a forward search in the document. |
Backward | Specifies a backward search in the document. |
See Also