This method returns the text found with the Next method, plus its environment.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string Text(
out FINDTEXTCONTEXT Context
)
Public Function Text (
<OutAttribute> ByRef Context As FINDTEXTCONTEXT
) As String
public:
String^ Text(
[OutAttribute] FINDTEXTCONTEXT% Context
)
Parameters
- Context
- Type: Kofax.OmniPageCSDK.IproPlus.FINDTEXTCONTEXT
Return Value
Type:
String
Remarks
For more on redaction and text marking, see the Text Marking and Redaction Module chapter of the RecAPIPlus help.
See Also