Click or drag to resize

DocumentGetFindText 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: SystemInt32
Position
Type: SystemInt32
WordList
Type: SystemObject
Flags
Type: Kofax.OmniPageCSDK.IproPlusFINDTEXTFLAG
WordEnvLen
Type: SystemInt32
SearchText
Type: Kofax.OmniPageCSDK.IproPlusSearchText
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