[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.FindText

FindText Method

FindText(FindTextParams, OutputRange)

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.

Declaration
public IList<FoundPosition> FindText(FindTextParams findTextParams, OutputRange searchRange = null)
Public Function FindText(findTextParams As FindTextParams, Optional searchRange As OutputRange = Nothing) As IList(Of FoundPosition)
Parameters
Type Name Description
FindTextParams findTextParams

The text searching parameters.

OutputRange searchRange

The search scope.

Returns
Type Description
IList<FoundPosition>