Click or drag to resize

FoundTextAddedEventArgs Class

Represents the class that contain event data for FoundTextAdded event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsFoundTextAddedEventArgs

Namespace:  Patagames.Pdf.Net.EventArguments
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 FoundTextAddedEventArgs : EventArgs

The FoundTextAddedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFoundTextAddedEventArgs
Initialize the new instance of PdfSearchFoundTextAddedEventArgs class
Top
Fields
  NameDescription
Public fieldFoundText
Gets found text which was added into search result.
Top
See Also