Skip to main content
A newer version of this page is available. .

PdfDocumentProcessor.FindText(String, PdfTextSearchParameters) Method

Searches for the specified text in the current document with the applied parameters.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public PdfTextSearchResults FindText(
    string text,
    PdfTextSearchParameters parameters
)

Parameters

Name Type Description
text String

A String value, specifying the text to find in the PDF.

parameters PdfTextSearchParameters

A PdfTextSearchParameters object.

Returns

Type Description
PdfTextSearchResults

A PdfTextSearchResults object.

Remarks

The overloaded FindText method uses the page coordinate system. See the Coordinate Systems topic to learn more.

See Also