[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.FindTextCallback

FindTextCallback Delegate

Defines the callback method used in text search (see FindText(FindTextParams, FindTextCallback)).

Namespace: GrapeCity.Documents.Pdf.TextMap
Assembly: DS.Documents.Pdf.dll
Syntax
public delegate void FindTextCallback(FoundPosition fp)
Public Delegate Sub FindTextCallback(fp As FoundPosition)
Parameters
Type Name Description
FoundPosition fp

The position of the found instance.