Click or drag to resize

RecAPIPlusRecFindTextFirst Method

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.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: SystemIntPtr
page
Type: SystemInt32
position
Type: SystemInt32
wordlist
Type: SystemString
flags
Type: OmniPageCSDK.ArgTypesFindTextFlags
wordEnvLen
Type: SystemInt32
hFt
Type: SystemIntPtr
ft
Type: OmniPageCSDK.ArgTypesFoundText

Return Value

Type: RECERR
See Also