Click or drag to resize

EditorViewProofChange Method

This replaces the last flagged word found with the new string specified by the ChangedTo parameter.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public bool ProofChange(
	string ChangeTo,
	bool ChangeAll
)

Parameters

ChangeTo
Type: SystemString
ChangeAll
Type: SystemBoolean

Return Value

Type: Boolean
Remarks
If the ChangeAll parameter is True, all occurrences of the particular word will be replaced by the call. The method returns True if the operation succeeded, False otherwise.
See Also