Delegate PDFViewCtrl.PDFViewFindTextAsyncDelegate
A delegate that is called once FindTextAsync is completed.
Assembly: PDFNet.dll
Syntax
public delegate void PDFViewCtrl.PDFViewFindTextAsyncDelegate(bool success, PDFViewCtrl.Selection select, object custom_data)
Parameters
| Type |
Name |
Description |
| bool |
success |
A delegate that is called once FindTextAsync is completed. |
| PDFViewCtrl.Selection |
select |
A delegate that is called once FindTextAsync is completed. |
| object |
custom_data |
A delegate that is called once FindTextAsync is completed. |
Constructors
PDFViewFindTextAsyncDelegate(object, IntPtr)
Declaration
public PDFViewFindTextAsyncDelegate(object A_0, IntPtr A_1)
Parameters
Methods
BeginInvoke(bool, Selection, object, AsyncCallback, object)
Declaration
public IAsyncResult BeginInvoke(bool success, PDFViewCtrl.Selection select, object custom_data, AsyncCallback callback, object obj)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Invoke(bool, Selection, object)
Declaration
public void Invoke(bool success, PDFViewCtrl.Selection select, object custom_data)
Parameters