FindText Method (GcPdfDocument)
In This Topic
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.
Syntax
'Declaration
Public Function FindText( _
ByVal As FindTextParams, _
Optional ByVal As OutputRange _
) As System.Collections.Generic.IList(Of FoundPosition)
public System.Collections.Generic.IList<FoundPosition> FindText(
FindTextParams ,
OutputRange
)
Parameters
- findTextParams
- The text searching parameters.
- searchRange
- The search scope.
See Also