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:

Examples

For example refer to Searched event.

Remarks

This event is fired after every successful search.

Properties

CountGets the count of successful search result.
MatchOptionGets the match option used for search.
SearchResultPageNumberGets the page number where the search is found.
SearchResultPositionGets the position of Search Keyword.
SearchTermGets the search string.
ShowSearchCompleteDialogGets or sets a value indicating whether to show the search completed dialog or not.
StatusGets 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)

See Also

ceTe.DynamicPDF.Viewer

In this topic