SearchIndexSaveIndex Method

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Saves the search index data into 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 void SaveIndex(
	Stream outputStream
)

Parameters

outputStream
Type: System.IOStream
The output stream.
Remarks

If license is not set, save will work for first three pages only.
See Also

Reference