Click or drag to resize

PdfTextFinder FindAllText Method

Find all text in the page

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

Return Value

Type: List PdfTextFragment
All text find in the page.
See Also