 | FoundTextAddedEventArgs Class |
Represents the class that contain event data for
FoundTextAdded event.
Inheritance Hierarchy
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
Syntaxpublic class FoundTextAddedEventArgs : EventArgs
Public Class FoundTextAddedEventArgs
Inherits EventArgs
public ref class FoundTextAddedEventArgs : public EventArgs
type FoundTextAddedEventArgs =
class
inherit EventArgs
end
public class FoundTextAddedEventArgs extends EventArgs
Patagames.Pdf.Net.EventArguments.FoundTextAddedEventArgs = function();
Type.createClass(
'Patagames.Pdf.Net.EventArguments.FoundTextAddedEventArgs',
EventArgs);
The FoundTextAddedEventArgs type exposes the following members.
Constructors
Fields
| Name | Description |
---|
 | FoundText |
Gets found text which was added into search result.
|
Top
See Also