PdfDocument.FindText Method
| Name | Parameters | Description |
|---|---|---|
| FindText(String, TextSearchOptions, Int32, Int32) | text, options, startPageIndex, endPageIndex | Searches for text within the PDF document. Allows you to specify search options and the range of pages to search. |
| FindText(String, Int32, Int32) | text, startPageIndex, endPageIndex | Searches for text within the specified page range in the PDF document. |