Link Search Menu Expand Document

IRemoverRemoveText Method (ISearchResult, Stream)

Removes the text by the search result got from Find(Int32, String, Boolean) methods.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void RemoveText(
	ISearchResult searchRes,
	Stream outputStream
)

Parameters

searchRes
Type: Bytescout.PDFExtractorISearchResult
The search result.
outputStream
Type: System.IOStream
Output stream to save the edited document.
See Also

Reference