Link Search Menu Expand Document

IBaseTextExtractorAddFilter Method (String, String, Boolean, Boolean)

Adds a filter to replace a text in extracted data.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void AddFilter(
	string searchPattern,
	string replacementString,
	bool caseSensitive,
	bool useRegex
)

Parameters

searchPattern
Type: SystemString
Search string.
replacementString
Type: SystemString
Replacement string.
caseSensitive
Type: SystemBoolean
True if should perform the case-sensitive search, otherwise false.
useRegex
Type: SystemBoolean
Treat the search string as the regular expression.
See Also

Reference