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
Syntaxpublic TECFINDREPLACEBUTTONS ShowFindDialogEx(
ref string FindWhat,
ref TECFINDOPTIONS Options
)
Public Function ShowFindDialogEx (
ByRef FindWhat As String,
ByRef Options As TECFINDOPTIONS
) As TECFINDREPLACEBUTTONS
public:
TECFINDREPLACEBUTTONS ShowFindDialogEx(
String^% FindWhat,
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