EditorViewReplaceAllText Method
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic bool ReplaceAllText(
string FindWhat,
string ReplaceWith,
TECFINDOPTIONS Options,
ref int Replaced
)
Public Function ReplaceAllText (
FindWhat As String,
ReplaceWith As String,
Options As TECFINDOPTIONS,
ByRef Replaced As Integer
) As Boolean
public:
bool ReplaceAllText(
String^ FindWhat,
String^ ReplaceWith,
TECFINDOPTIONS Options,
int% Replaced
)
Parameters
- FindWhat
- Type: SystemString
- ReplaceWith
- Type: SystemString
- Options
- Type: Kofax.OmniPageCSDK.ToolBoxesTECFINDOPTIONS
- Replaced
- Type: SystemInt32
Return Value
Type:
Boolean
See Also