Link Search Menu Expand Document

Remover2AddTextToRemove Method (Int32, String, 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
public 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.

Implements

IRemover2AddTextToRemove(Int32, String, Boolean)
See Also

Reference