IRemoverRemoveText Method (ISearchResult, String)ByteScout PDF Extractor SDK
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.1.4801-master
Syntax

void RemoveText(
	ISearchResult searchRes,
	string fileName
)

Parameters

searchRes
Type: Bytescout.PDFExtractorISearchResult
The search result.
fileName
Type: SystemString
Output file name to save the edited document.
See Also

Reference