[]
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)
Public Function FindText(findTextParams As FindTextParams, Optional searchRange As OutputRange = Nothing) As IList(Of FoundPosition)
Type | Name | Description |
---|---|---|
FindTextParams | findTextParams | The text searching parameters. |
OutputRange | searchRange | The search scope. |
Type | Description |
---|---|
IList<FoundPosition> |