Click or drag to resize

EditorViewProofFindNext Method

This finds the next flagged word using the proofing conditions and returns values listed in TECPROOFRESULTS or 0 if not found.

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

Parameters

Word
Type: SystemString
CharIndices
Type: SystemObject

Return Value

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