Click or drag to resize

RecAPIPlus.RecFindTextFirst Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.22578.100)
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: System.IntPtr
page
Type: System.Int32
position
Type: System.Int32
wordlist
Type:System.String[]
flags
Type: Kofax.OmniPageCSDK.ArgTypes.FindTextFlags
wordEnvLen
Type: System.Int32
hFt
Type: System.IntPtr
ft
Type: Kofax.OmniPageCSDK.ArgTypes.FoundText

Return Value

Type: RECERR
See Also