Click or drag to resize

EditorViewShowReplaceDialogEx Method

Call this method to display the text range replace dialog.

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

Parameters

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

Return Value

Type: TECFINDREPLACEBUTTONS
See Also