[]
        
(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: GcDocs.Pdf.dll
Syntax
public delegate void FindTextCallback(FoundPosition fp)
Parameters
Type Name Description
FoundPosition fp

The position of the found instance.

Constructors

Name Description
FindTextCallback(object, IntPtr)

Methods

Name Description
BeginInvoke(FoundPosition, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(FoundPosition)