SearchIndex Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This class represents a search index for a PDF document.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Rasterizer.SearchSearchIndex

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 SearchIndex : IDisposable

The SearchIndex type exposes the following members.

Constructors

  NameDescription
Public methodSearchIndex(Stream)
Initializes a new instance of the SearchIndex class.
Public methodSearchIndex(Stream, AuthEventHandler)
Initializes a new instance of the SearchIndex class.
Public methodSearchIndex(Stream, String)
Initializes a new instance of the SearchIndex class.
Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodStatic memberLoadIndex
Loads the search index data from the specified stream.
Public methodSaveIndex
Saves the search index data into the specified stream.
Public methodSearch(SearchHandler, String, Int32, Boolean)
Searches for a specified text using index data built for a PDF file.
Public methodSearch(SearchHandler, Regex, Int32, Boolean)
Searches for a specified text using index data built for a PDF file.
Top
See Also

Reference