OCRCorrectionListAdd Method (String, String, Boolean, RegexOptions)ByteScout PDF Extractor SDK
Adds new item to collection.

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

public void Add(
	string searchString,
	string replacementString,
	bool isRegex,
	RegexOptions regexOptions
)

Parameters

searchString
Type: SystemString
The search string.
replacementString
Type: SystemString
The replacement string.
isRegex
Type: SystemBoolean
Specifies whether the search string is regular expression.
regexOptions
Type: System.Text.RegularExpressionsRegexOptions
Regular expression options.
See Also

Reference

System.Text.RegularExpressionsRegexOptions