Click or drag to resize

EditorView.ShowReplaceDialogEx 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: System.String
ReplaceWith
Type: System.String
Options
Type: Kofax.OmniPageCSDK.ToolBoxes.TECFINDOPTIONS

Return Value

Type: TECFINDREPLACEBUTTONS
See Also