SearchText.Process Method
|
This method is used to process the currently found text string.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Process(
FindTextAction Action,
bool Set
)
Public Sub Process (
Action As FindTextAction,
Set As Boolean
)
public:
void Process(
[InAttribute] FindTextAction Action,
[InAttribute] bool Set
)
Parameters
- Action
- Type: Kofax.OmniPageCSDK.IproPlus.FindTextAction
- Set
- Type: System.Boolean
Remarks
Processing types include: highlight, strikeout, and mark for redaction (specified in the Action parameter).
For more on redaction and text marking, see the Text Marking and Redaction Module chapter of the RecAPIPlus help.
See Also