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
Syntaxpublic TECFINDREPLACEBUTTONS ShowReplaceDialogEx(
ref string FindWhat,
ref string ReplaceWith,
ref TECFINDOPTIONS Options
)
Public Function ShowReplaceDialogEx (
ByRef FindWhat As String,
ByRef ReplaceWith As String,
ByRef Options As TECFINDOPTIONS
) As TECFINDREPLACEBUTTONS
public:
TECFINDREPLACEBUTTONS ShowReplaceDialogEx(
String^% FindWhat,
String^% ReplaceWith,
TECFINDOPTIONS% Options
)
Parameters
- FindWhat
- Type: SystemString
- ReplaceWith
- Type: SystemString
- Options
- Type: Kofax.OmniPageCSDK.ToolBoxesTECFINDOPTIONS
Return Value
Type:
TECFINDREPLACEBUTTONS
See Also