Show / Hide Table of Contents

Delegate PDFViewCtrl.PDFViewFindTextAsyncDelegate

A delegate that is called once FindTextAsync is completed.

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public delegate void PDFViewFindTextAsyncDelegate(bool success, PDFViewCtrl.Selection select, object custom_data);
Parameters
Type Name Description
System.Boolean success
PDFViewCtrl.Selection select
System.Object custom_data

Constructors

PDFViewFindTextAsyncDelegate(Object, IntPtr)

Declaration
public PDFViewFindTextAsyncDelegate(object A_0, IntPtr A_1)
Parameters
Type Name Description
System.Object A_0
System.IntPtr A_1

Methods

BeginInvoke(Boolean, PDFViewCtrl.Selection, Object, AsyncCallback, Object)

Declaration
public IAsyncResult BeginInvoke(bool success, PDFViewCtrl.Selection select, object custom_data, AsyncCallback callback, object obj)
Parameters
Type Name Description
System.Boolean success
PDFViewCtrl.Selection select
System.Object custom_data
System.AsyncCallback callback
System.Object obj
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(Boolean, PDFViewCtrl.Selection, Object)

Declaration
public void Invoke(bool success, PDFViewCtrl.Selection select, object custom_data)
Parameters
Type Name Description
System.Boolean success
PDFViewCtrl.Selection select
System.Object custom_data
Back to top Generated by DocFX