Click or drag to resize

RecAPIPlusRecFindTextFirst Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
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