Documents for PDF, .NET Edition Documentation
FindText Method (GcPdfDocument)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : FindText Method
The text searching parameters.
The search scope.
Searches for a text in the document's pages.
Syntax
'Declaration
 
Public Function FindText( _
   ByVal findTextParams As FindTextParams, _
   ByVal outputRange As OutputRange _
) As System.Collections.Generic.IList(Of FoundPosition)
public System.Collections.Generic.IList<FoundPosition> FindText( 
   FindTextParams findTextParams,
   OutputRange outputRange
)

Parameters

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

Reference

GcPdfDocument Class
GcPdfDocument Members