Document.GetFindText Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetFindText(
int Page,
int Position,
Object WordList,
FINDTEXTFLAG Flags,
int WordEnvLen,
out SearchText SearchText
)
Public Sub GetFindText (
Page As Integer,
Position As Integer,
WordList As Object,
Flags As FINDTEXTFLAG,
WordEnvLen As Integer,
<OutAttribute> ByRef SearchText As SearchText
)
public:
void GetFindText(
[InAttribute] int Page,
[InAttribute] int Position,
[InAttribute] Object^ WordList,
[InAttribute] FINDTEXTFLAG Flags,
[InAttribute] int WordEnvLen,
[OutAttribute] SearchText^% SearchText
)
Parameters
- Page
- Type: System.Int32
- Position
- Type: System.Int32
- WordList
- Type: System.Object
- Flags
- Type: Kofax.OmniPageCSDK.IproPlus.FINDTEXTFLAG
- WordEnvLen
- Type: System.Int32
- SearchText
- Type: Kofax.OmniPageCSDK.IproPlus.SearchText
Remarks
Position is a valid character position
within the page or FINDTEXT_FIRST for the first position in the page or FINDTEXT_LAST for the last position on the page. The WordList parameter is the
string to find or a string array if multiple words are to be searched.
Flags control the behaviour of the search.
See Also