Click or drag to resize

EditorViewProofGetFoundWord Method

This returns the last found flagged word.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void ProofGetFoundWord(
	ref string Word,
	ref Object CharIndices
)

Parameters

Word
Type: SystemString
CharIndices
Type: SystemObject
Remarks
The CharIndices parameter returns the questionable character indices relative to those of the beginning of the word.
See Also