Click or drag to resize

EditorViewShowFindDialogEx Method

Call this method to initialize and display the Find dialog.

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

Parameters

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

Return Value

Type: TECFINDREPLACEBUTTONS
Remarks
The meaning of the FindWhat and Options parameters are the same as documented for the FindText method. The return value of the method tells which button was pressed to close the dialog.
See Also