Link Search Menu Expand Document

IRemover2AddTextToRemove Method (Int32, IEnumerableString, Boolean)

Adds all occurrence of the specified text for removal.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
bool AddTextToRemove(
	int pageIndex,
	IEnumerable<string> strings,
	bool caseSensitive
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
strings
Type: System.Collections.GenericIEnumerableString
Text strings to search.
caseSensitive
Type: SystemBoolean
Case sensitivity.

Return Value

Type: Boolean
True if the search string was found, false otherwise.
See Also

Reference