Click or drag to resize

EditorViewReplaceAllText Method

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public bool ReplaceAllText(
	string FindWhat,
	string ReplaceWith,
	TECFINDOPTIONS Options,
	ref int Replaced
)

Parameters

FindWhat
Type: SystemString
ReplaceWith
Type: SystemString
Options
Type: Kofax.OmniPageCSDK.ToolBoxesTECFINDOPTIONS
Replaced
Type: SystemInt32

Return Value

Type: Boolean
See Also