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
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.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