Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / FindText Method
The text searching parameters.
The search scope.

In This Topic
    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 findTextParams As FindTextParams, _
       Optional ByVal searchRange As OutputRange _
    ) As System.Collections.Generic.IList(Of FoundPosition)
    public System.Collections.Generic.IList<FoundPosition> FindText( 
       FindTextParams findTextParams,
       OutputRange searchRange
    )

    Parameters

    findTextParams
    The text searching parameters.
    searchRange
    The search scope.
    See Also