EditorViewShowFindDialogEx Method
|
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
See Also