SearchIndexLoadIndex Method

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Loads the search index data from the specified stream.

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 static SearchIndex LoadIndex(
	Stream indexStream
)

Parameters

indexStream
Type: System.IOStream
The search index stream.

Return Value

Type: SearchIndex
New SearchIndex instance.
Exceptions

ExceptionCondition
OutdatedIndexExceptionOccures when index data is outdated.
Remarks

Do not close [!:indexStream] - it will be using for searching.
See Also

Reference