Click or drag to resize

SearchTextProcess 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
Syntax
public void Process(
	FindTextAction Action,
	bool Set
)

Parameters

Action
Type: Kofax.OmniPageCSDK.IproPlusFindTextAction
Set
Type: SystemBoolean
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