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
Syntaxpublic int ProofFindNext(
ref string Word,
ref Object CharIndices
)
Public Function ProofFindNext (
ByRef Word As String,
ByRef CharIndices As Object
) As Integer
public:
int ProofFindNext(
String^% Word,
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