SearchedEventArgs
Provides data for the Searched event.
public class SearchedEventArgs : EventArgs
Public Class SearchedEventArgs
Inherits EventArgs
Inheritance: ObjectEventArgsSearchedEventArgs
Licensing Info
This class is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Viewer selected.
- A DynamicPDF Viewer for .NET v3.X Developer license.
Examples
For example refer to Searched event.Remarks
This event is fired after every successful search.
Properties
| Count | Gets the count of successful search result. |
| MatchOption | Gets the match option used for search. |
| SearchResultPageNumber | Gets the page number where the search is found. |
| SearchResultPosition | Gets the position of Search Keyword. |
| SearchTerm | Gets the search string. |
| ShowSearchCompleteDialog | Gets or sets a value indicating whether to show the search completed dialog or not. |
| Status | Gets a search status. |
Methods
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |