Click or drag to resize

SearchText Class

The role of the SearchText object is to support parameterized text searches (such as finding whole words only, searching with case matching, searching from the beginning or the end of the document etc.), navigating through results and processing them using the text marking and redaction facilities.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class SearchText : IproPlusClass, IDisposable

The SearchText type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the SearchText
Public methodNext
This method is used to search for the next instance of the search string(s) - as specified by the GetFindText method of the Document object.
Public methodProcess
This method is used to process the currently found text string.
Public methodRedact
This method is used to redact the document - i.e. text pieces previously marked for redaction are blacked out.
Public methodText
This method returns the text found with the Next method, plus its environment.
Top
Remarks

For more on redaction and text marking, see the Text Marking and Redaction Module chapter of the RecAPIPlus help.

See Also