IRemover2AddTextToRemove Method (Int32, String, 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,
	string text,
	bool caseSensitive
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
text
Type: SystemString
Text to search.
caseSensitive
Type: SystemBoolean
Case sensitivity.

Return Value

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

Reference