SearchRequestedEventArgs Class

Apitron PDF Controls help
Apitron.PDF.Controls for .NET
Event args for SearchRequested event.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Apitron.PDF.ControlsSearchRequestedEventArgs

Namespace:  Apitron.PDF.Controls
Assembly:  Apitron.PDF.Controls (in Apitron.PDF.Controls.dll) Version: 1.0.154.0
Syntax

public sealed class SearchRequestedEventArgs : EventArgs

The SearchRequestedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodSearchRequestedEventArgs
Initializes a new instance of the SearchRequestedEventArgs class
Top
Properties

  NameDescription
Public propertySearchIndex
Gets or sets the search index to search into. You have to set the search index here or leave it null to ignore the request.
Top
See Also

Reference