TextSearch.OnTextSearchAsyncCallbackArgs Class

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Arguments used as a parameter in the user defined callback function provided to SearchNextAsync(Action<(Of <<'(TextSearch..::..OnTextSearchAsyncCallbackArgs>)>>), Object).

Namespace: PDFTron.SilverDox.Documents.Text
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public class OnTextSearchAsyncCallbackArgs : IAsyncResult
Visual Basic
Public Class OnTextSearchAsyncCallbackArgs _
	Implements IAsyncResult
Visual C++
public ref class OnTextSearchAsyncCallbackArgs : IAsyncResult

Inheritance Hierarchy

System..::..Object
  PDFTron.SilverDox.Documents.Text..::..TextSearch..::..OnTextSearchAsyncCallbackArgs

See Also