Link Search Menu Expand Document

IRemoverRemoveText Method (Int32, IEnumerableString, Boolean, String)

Removes the first occurrences of the specified text strings.

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

Parameters

pageIndex
Type: SystemInt32
Document page index.
strings
Type: System.Collections.GenericIEnumerableString
Text strings to search.
caseSensitive
Type: SystemBoolean
Case sensitivity.
fileName
Type: SystemString
Output file name to save the edited document.

Return Value

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

Reference