Click or drag to resize

PdfFind Class

Represents a search context
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfFind

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 PdfFind : IDisposable

The PdfFind type exposes the following members.

Properties
  NameDescription
Public propertyCharIndex
Gets the starting character index of the search result.
Public propertyCharsCount
Gets the number of matched characters in the search result
Public propertyFindedText Obsolete.
Gets found text information object
Public propertyFoundText
Gets found text information object
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.

Field Value

Type: 
true if the control has been disposed of; otherwise, false.
Top
Methods
  NameDescription
Public methodDispose
Release a search context
Protected methodDispose(Boolean)
Releases all resources used by the PdfImageObject.
Protected methodFinalize
Finalize object
(Overrides ObjectFinalize.)
Public methodStatic memberFind
Start a search.
Public methodFindNext
Search in the direction from page start to end.
Public methodFindPrev
Search in the direction from page end to start.
Top
See Also