Click or drag to resize

RecAPIPlusRecFindTextFirst Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public static RECERR RecFindTextFirst(
	IntPtr hDoc,
	int page,
	int position,
	string[] wordlist,
	FindTextFlags flags,
	int wordEnvLen,
	out IntPtr hFt,
	out FoundText ft
)

Parameters

hDoc
Type: SystemIntPtr
page
Type: SystemInt32
position
Type: SystemInt32
wordlist
Type: SystemString
flags
Type: Kofax.OmniPageCSDK.ArgTypesFindTextFlags
wordEnvLen
Type: SystemInt32
hFt
Type: SystemIntPtr
ft
Type: Kofax.OmniPageCSDK.ArgTypesFoundText

Return Value

Type: RECERR
See Also