Documents for PDF, .NET Edition Documentation
FindTextCallback Delegate

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.TextMap Namespace : FindTextCallback Delegate
The position of the found instance.
Defines the callback method used in text search (see GrapeCity.Documents.Pdf.TextMap.TextMap.FindText(GrapeCity.Documents.Pdf.FindTextParams,GrapeCity.Documents.Pdf.TextMap.FindTextCallback)).
Syntax
'Declaration
 
Public Delegate Sub FindTextCallback( _
   ByVal fp As FoundPosition _
) 
public delegate void FindTextCallback( 
   FoundPosition fp
)

Parameters

fp
The position of the found instance.
See Also

Reference

FindTextCallback Members
GrapeCity.Documents.Pdf.TextMap Namespace