Click or drag to resize

Document.GetFindText Method

Page is a valid zero-based page index or FINDTEXT_FIRST for the first page or FINDTEXT_LAST for the last page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetFindText(
	int Page,
	int Position,
	Object WordList,
	FINDTEXTFLAG Flags,
	int WordEnvLen,
	out 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