Click or drag to resize

PdfTextFinder Find Method

Find target text.

Namespace: Spire.Pdf.Texts
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public List<PdfTextFragment> Find(
	string text
)

Parameters

text
Type: System String
The target text.

Return Value

Type: List PdfTextFragment
A list of text find result.
See Also