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
Syntaxpublic void ProofGetFoundWord(
ref string Word,
ref Object CharIndices
)
Public Sub ProofGetFoundWord (
ByRef Word As String,
ByRef CharIndices As Object
)
public:
void ProofGetFoundWord(
String^% Word,
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