Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / FindTextCallback Delegate
The position of the found instance.

In This Topic
    FindTextCallback Delegate
    In This Topic
    Defines the callback method used in text search (see ITextMap.FindText).
    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