Click or drag to resize

TextFindAll Method

Namespace:  OmniPageCSDK.Objects
Assembly:  OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
public FoundText[] FindAll(
	int pageindex,
	int position,
	string[] wordlist,
	FindTextFlags flags,
	int envlength
)

Parameters

pageindex
Type: SystemInt32
position
Type: SystemInt32
wordlist
Type: SystemString
flags
Type: OmniPageCSDK.ArgTypesFindTextFlags
envlength
Type: SystemInt32

Return Value

Type: FoundText
See Also