BaseTextExtractorAddFilter Method (String, Boolean, Boolean)ByteScout PDF Extractor SDK
Adds a filter to remove a text from extracted data.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public void AddFilter(
	string searchPattern,
	bool caseSensitive,
	bool useRegex
)

Parameters

searchPattern
Type: SystemString
Search 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.

Implements

IBaseTextExtractorAddFilter(String, Boolean, Boolean)
See Also

Reference