Click or drag to resize

EditorViewFindText Method

This method finds and selects the next occurrence of the word specified by the FindWhat parameter starting from the current insertion position.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public bool FindText(
	string FindWhat,
	TECFINDOPTIONS Options
)

Parameters

FindWhat
Type: SystemString
Options
Type: Kofax.OmniPageCSDK.ToolBoxesTECFINDOPTIONS

Return Value

Type: Boolean
Remarks
The Options parameter is a combination of the values available in the TECFINDOPTIONS enumeration. The return value is True if the search operation succeeded, False otherwise.
See Also