RemoverRemoveText Method (IEnumerableISearchResult, Stream)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Removes the text by the search results received from FindAll(Int32, String, Boolean) method.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void RemoveText( IEnumerable<ISearchResult> searchResults, Stream outputStream )
Parameters
- searchResults
- Type: System.Collections.GenericIEnumerableISearchResult
The search result. - outputStream
- Type: System.IOStream
Output stream to save the edited document.
Implements
IRemoverRemoveText(IEnumerableISearchResult, Stream)See Also