Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMap Interface / FindText Method
A GrapeCity.Documents.Pdf.FindTextParams specifying the search parameters.
The callback method.

In This Topic
    FindText Method (ITextMap)
    In This Topic
    Performs a text search within this text map. The callback is called for each found instance.
    Syntax
    'Declaration
     
    Sub FindText( _
       ByVal tp As FindTextParams, _
       ByVal callback As FindTextCallback _
    ) 
    void FindText( 
       FindTextParams tp,
       FindTextCallback callback
    )

    Parameters

    tp
    A GrapeCity.Documents.Pdf.FindTextParams specifying the search parameters.
    callback
    The callback method.
    See Also