[]
Searches for all occurrences of a text in a range of the document's pages.
Note that the results are affected by the value of RecognitionAlgorithm property.
public IList<FoundPosition> FindText(FindTextParams findTextParams, OutputRange searchRange = null)
| Type | Name | Description |
|---|---|---|
| FindTextParams | findTextParams | The text searching parameters. |
| OutputRange | searchRange | The search scope. |
| Type | Description |
|---|---|
| IList<FoundPosition> |