EditorViewReplaceText Method
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic bool ReplaceText(
string FindWhat,
string ReplaceWith,
TECFINDOPTIONS Options
)
Public Function ReplaceText (
FindWhat As String,
ReplaceWith As String,
Options As TECFINDOPTIONS
) As Boolean
public:
bool ReplaceText(
String^ FindWhat,
String^ ReplaceWith,
TECFINDOPTIONS Options
)
Parameters
- FindWhat
- Type: SystemString
- ReplaceWith
- Type: SystemString
- Options
- Type: Kofax.OmniPageCSDK.ToolBoxesTECFINDOPTIONS
Return Value
Type:
Boolean
See Also