Apitron.PDF.Rasterizer library for .NET
SystemObject
Apitron.PDF.Rasterizer.SearchSearchIndex
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
Top
This class represents a search index for a PDF document.
Inheritance Hierarchy
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
The SearchIndex type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchIndex(Stream) |
Initializes a new instance of the SearchIndex class.
|
![]() | SearchIndex(Stream, AuthEventHandler) |
Initializes a new instance of the SearchIndex class.
|
![]() | SearchIndex(Stream, String) |
Initializes a new instance of the SearchIndex class.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() ![]() | LoadIndex |
Loads the search index data from the specified stream.
|
![]() | SaveIndex |
Saves the search index data into the specified stream.
|
![]() | Search(SearchHandler, String, Int32, Boolean) |
Searches for a specified text using index data built for a PDF file.
|
![]() | Search(SearchHandler, Regex, Int32, Boolean) |
Searches for a specified text using index data built for a PDF file.
|
See Also