SearchHandlerArgs Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This class represents an event args for the progressive search.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Rasterizer.SearchSearchHandlerArgs

Namespace:  Apitron.PDF.Rasterizer.Search
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public sealed class SearchHandlerArgs

The SearchHandlerArgs type exposes the following members.

Properties

  NameDescription
Public propertyCancelSearch
Gets or sets a value indicating whether need to cancel progressive search.
Public propertyIndexInQueue
Gets the current index in queue to search.
Public propertyPageIndex
Gets the index of the page.
Public propertyQueueLength
Gets the length of the pages queue to search.
Public propertyResultItems
Gets the result items.
Public propertySearchForward
Gets a value indicating whether search should is being performing in forward direction.
Top
See Also

Reference