IRemover2AddTextToRemove Method (Int32, IEnumerableString, Boolean)ByteScout PDF Extractor SDK
Adds all occurrence of the specified text for removal.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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