Click or drag to resize

PdfSearch Class

Provides methods to search the entire document asynchronously.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfSearch

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfSearch

The PdfSearch type exposes the following members.

Constructors
  NameDescription
Public methodPdfSearch
Initializes a new instance of the PdfSearch class.
Top
Properties
  NameDescription
Public propertyFoundResults
Gets a copy of search results.
Public propertyIsBusy
Gets a value indicating whether the search operation is running.
Top
Methods
  NameDescription
Public methodEnd
Requests cancellation of a pending search operation.
Protected methodOnSearchCompleted
Raises the SearchCompleted event.
Protected methodOnSearchProgressChanged
Raises the SearchProgressChanged event.
Public methodStart
Starts asynchronous execution of a search operation.
Top
Events
  NameDescription
Public eventFoundTextAdded
Occurs when the found text added into search results
Public eventSearchCompleted
Occurs when the search operation has completed, has been canceled, or has raised an exception.
Public eventSearchProgressChanged
Occurs when progress is changed.
Top
See Also