Link Search Menu Expand Document

IRemoverRemoveText Method (IEnumerableISearchResult, String)

Removes the text by the search results received from FindAll(Int32, String, Boolean) method.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void RemoveText(
	IEnumerable<ISearchResult> searchResults,
	string fileName
)

Parameters

searchResults
Type: System.Collections.GenericIEnumerableISearchResult
The search results.
fileName
Type: SystemString
Output file name to save the edited document.
See Also

Reference